|
| Cluster ()=default |
|
| Cluster (std::int16_t sensid, float x, float y, float z, float sy2, float sz2, float syz, double timeRaw, double time, float tot, int L0L1latency, int deltaBC, float geanttime=0.0, double t0=0.0) |
|
| ~Cluster ()=default |
|
std::int8_t | getSector () const |
|
void | setSector (std::int8_t value) |
|
std::int16_t | getPadInSector () const |
|
void | setPadInSector (std::int16_t value) |
|
double | getTimeRaw () const |
|
void | setTimeRaw (double timeRaw) |
|
double | getTime () const |
|
void | setTime (double time) |
|
float | getTot () const |
|
void | setTot (float tot) |
|
int | getL0L1Latency () const |
|
void | setL0L1Latency (int value) |
|
int | getDeltaBC () const |
|
void | setDeltaBC (int value) |
|
float | getR () |
|
float | getPhi () |
|
float | getR () const |
|
float | getPhi () const |
|
void | setR (float value) |
|
void | setPhi (float value) |
|
int | getNumOfContributingChannels () const |
|
int | getMainContributingChannel () const |
|
void | addBitInContributingChannels (int bit) |
|
void | resetBitInContributingChannels (int bit) |
|
std::uint8_t | getAdditionalContributingChannels () const |
|
void | setAdditionalContributingChannels (std::uint8_t mask) |
|
bool | isAdditionalChannelSet (int bit) const |
|
void | setMainContributingChannel (int newvalue) |
|
void | setEntryInTree (int value) |
|
int | getEntryInTree () const |
|
int | getBC () const |
|
void | setDigitInfo (int idig, int ch, double t, float tot) |
|
int | getDigitInfoCH (int idig) const |
|
double | getDigitInfoT (int idig) const |
|
float | getDigitInfoTOT (int idig) const |
|
float | getTgeant () const |
|
void | setTgeant (float val) |
|
double | getT0true () const |
|
void | setT0true (double val) |
|
| 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) |
|
Cluster class for TOF.
Definition at line 36 of file Cluster.h.