![]() |
Project
|
#include <TrackFit.h>
Inherits o2::BaseCluster< T >.
Public Attributes | |
| T | 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) | |
| T | getX () const |
| T | getY () const |
| T | getZ () const |
| T | getSigmaY2 () const |
| T | getSigmaZ2 () const |
| T | 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) | |
Definition at line 30 of file TrackFit.h.
| T o2::its3::align::TrackingCluster< T >::alpha {} |
Definition at line 32 of file TrackFit.h.