|
| | Cluster ()=default |
| |
| | Cluster (const Float_t x, const Float_t y, const Float_t z, const Float_t phi, const Float_t r, const Int_t id, const Int_t bin, const Float_t sigX2, const Float_t sigY2, const Int_t sensorID) |
| |
| | Cluster (const Float_t x, const Float_t y, const Float_t z, const Int_t index) |
| |
| void | setUsed (Bool_t bval) |
| |
| const Bool_t | getUsed () |
| |
| | BaseCluster ()=default |
| |
| | BaseCluster (std::uint16_t sensid, const math_utils::Point3D< float > &xyz) |
| |
| | BaseCluster (std::uint16_t sensid, float x, float y, float z) |
| |
| | BaseCluster (std::uint16_t sensid, const math_utils::Point3D< float > &xyz, float sy2, float sz2, float syz) |
| |
| | BaseCluster (std::int16_t sensid, float x, float y, float z, float sy2, float sz2, float syz) |
| |
| | ~BaseCluster ()=default |
| |
| float | getX () const |
| |
| float | getY () const |
| |
| float | getZ () const |
| |
| float | getSigmaY2 () const |
| |
| float | getSigmaZ2 () const |
| |
| float | getSigmaYZ () const |
| |
| math_utils::Point3D< float > | getXYZ () const |
| |
| math_utils::Point3D< float > & | getXYZ () |
| |
| math_utils::Point3D< float > | getXYZLoc (const o2::detectors::DetMatrixCache &dm) const |
| |
| math_utils::Point3D< float > | getXYZGlo (const o2::detectors::DetMatrixCache &dm) const |
| |
| math_utils::Point3D< float > | 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< float > & () |
| |
| 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 (float x) |
| |
| void | setY (float y) |
| |
| void | setZ (float z) |
| |
| void | setXYZ (float x, float y, float z) |
| |
| void | setPos (const math_utils::Point3D< float > &p) |
| |
| void | setSigmaY2 (float v) |
| |
| void | setSigmaZ2 (float v) |
| |
| void | setSigmaYZ (float v) |
| |
| void | setErrors (float sy2, float sz2, float syz) |
| |
Definition at line 28 of file Cluster.h.