Project
Loading...
Searching...
No Matches
o2::its3::align::TrackingCluster< T > Struct Template Reference

#include <TrackFit.h>

Inherits o2::BaseCluster< T >.

Public Attributes

alpha {}
 

Additional Inherited Members

- Public Member Functions inherited from o2::BaseCluster< T >
 BaseCluster ()=default
 
 ~BaseCluster ()=default
 
 BaseCluster (std::uint16_t sensid, const math_utils::Point3D< T > &xyz)
 
 BaseCluster (std::uint16_t sensid, T x, T y, T z)
 
 BaseCluster (std::uint16_t sensid, const math_utils::Point3D< T > &xyz, T sy2, T sz2, T syz)
 
 BaseCluster (std::int16_t sensid, T x, T y, T z, T sy2, T sz2, T syz)
 
getX () const
 
getY () const
 
getZ () const
 
getSigmaY2 () const
 
getSigmaZ2 () const
 
getSigmaYZ () const
 
math_utils::Point3D< T > getXYZ () const
 
math_utils::Point3D< T > & getXYZ ()
 
math_utils::Point3D< T > getXYZLoc (const o2::detectors::DetMatrixCache &dm) const
 
math_utils::Point3D< T > getXYZGlo (const o2::detectors::DetMatrixCache &dm) const
 
math_utils::Point3D< T > getXYZGloRot (const o2::detectors::DetMatrixCache &dm) const
 
std::int16_t getSensorID () const
 
std::int8_t getCount () const
 
std::uint8_t getBits () const
 
bool isBitSet (int bit) const
 
 operator math_utils::Point3D< T > & ()
 
void setSensorID (std::int16_t sid)
 
void setCount (std::int8_t c)
 
void setBits (std::uint8_t b)
 
void setBit (int bit)
 
void resetBit (int bit)
 
void setX (T x)
 
void setY (T y)
 
void setZ (T z)
 
void setXYZ (T x, T y, T z)
 
void setPos (const math_utils::Point3D< T > &p)
 
void setSigmaY2 (T v)
 
void setSigmaZ2 (T v)
 
void setSigmaYZ (T v)
 
void setErrors (T sy2, T sz2, T syz)
 
- Protected Member Functions inherited from o2::BaseCluster< T >
 ClassDefNV (BaseCluster, 2)
 

Detailed Description

template<typename T>
struct o2::its3::align::TrackingCluster< T >

Definition at line 30 of file TrackFit.h.

Member Data Documentation

◆ alpha

template<typename T >
T o2::its3::align::TrackingCluster< T >::alpha {}

Definition at line 32 of file TrackFit.h.


The documentation for this struct was generated from the following file: