|
| Digit ()=default |
|
| Digit (short cell, float amplitude, float time, int label) |
| Main Digit constructor.
|
|
| Digit (short cell, float amplitude, float time, bool isTrigger2x2, int label) |
| Contructor for TRU Digits.
|
|
| Digit (const Hit &hit, int label) |
| Digit constructor from Hit.
|
|
| ~Digit ()=default |
|
void | fillFromHit (const Hit &hit) |
| Replace content of this digit with new one, from hit.
|
|
bool | operator< (const Digit &other) const |
| Comparison oparator, based on time and absId.
|
|
bool | operator> (const Digit &other) const |
| Comparison oparator, based on time and absId.
|
|
bool | operator== (const Digit &other) const |
| Comparison oparator, based on time and absId.
|
|
bool | canAdd (const Digit other) const |
| Check, if one can add two digits.
|
|
Digit & | operator+= (const Digit &other) |
| if addable, adds energy and list of primaries.
|
|
void | addEnergyTime (float energy, float time) |
|
bool | isTRU () const |
|
short | getAbsId () const |
| Absolute sell id.
|
|
void | setAbsId (short cellId) |
|
short | getTRUId () const |
|
void | setTRUId (short cellId) |
|
float | getAmplitude () const |
| Energy deposited in a cell.
|
|
void | setAmplitude (float amplitude) |
|
float | getTime () const |
| time measured in digit w.r.t. photon to PHOS arrival
|
|
void | setTime (float time) |
|
bool | isHighGain () const |
| Checks if this digit is produced in High Gain or Low Gain channels.
|
|
void | setHighGain (Bool_t isHG) |
|
bool | is2x2Tile () const |
|
int | getLabel () const |
| index of entry in MCLabels array
|
|
void | setLabel (int l) |
|
void | reset () |
|
void | PrintStream (std::ostream &stream) const |
|
| GPUhdDefault () TimeStamp()=default |
|
| GPUhdDefault () ~TimeStamp()=default |
|
| GPUdi () TimeStamp(T time) |
|
| GPUhdi () T getTimeStamp() const |
|
| GPUdi () void setTimeStamp(T t) |
|
| GPUdi () bool operator |
|
| ClassDefNV (TimeStamp, 1) |
|
Definition at line 28 of file Digit.h.