#include <Cluster.h>
Inherits o2::BaseCluster< float >.
|
| | 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.
◆ Cluster() [1/3]
| o2::mft::Cluster::Cluster |
( |
| ) |
|
|
default |
◆ Cluster() [2/3]
◆ Cluster() [3/3]
◆ getUsed()
| const Bool_t o2::mft::Cluster::getUsed |
( |
| ) |
|
|
inline |
◆ setUsed()
| void o2::mft::Cluster::setUsed |
( |
Bool_t |
bval | ) |
|
|
inline |
◆ clusterId
| Int_t o2::mft::Cluster::clusterId |
◆ indexTableBin
| Int_t o2::mft::Cluster::indexTableBin |
◆ isUsed
| Bool_t o2::mft::Cluster::isUsed |
◆ phiCoordinate
| Float_t o2::mft::Cluster::phiCoordinate |
◆ rCoordinate
| Float_t o2::mft::Cluster::rCoordinate |
◆ sigmaX2
◆ sigmaY2
The documentation for this struct was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cluster.h
- /home/runner/work/AliceO2/AliceO2/Detectors/ITSMFT/MFT/tracking/src/Cluster.cxx