17#ifndef ALICEO2_TOF_STRIP_H_
18#define ALICEO2_TOF_STRIP_H_
83 Int_t
addDigit(Int_t channel, Int_t tdc, Int_t tot, uint64_t
bc, Int_t lbl = 0, uint32_t triggerorbit = 0, uint16_t triggerbunch = 0,
float geanttime = 0,
double t0 = 0);
92 std::map<ULong64_t, o2::tof::Digit>
mDigits;
101 return digitentry !=
mDigits.end() ? &(digitentry->second) :
nullptr;
TOF digit implementation.
Container for similated points connected to a given TOF strip This will be used in order to allow a m...
Strip(const Strip &ref)=default
Int_t mStripIndex
Strip ID.
void fillOutputContainer(std::vector< o2::tof::Digit > &digits)
std::map< ULong64_t, o2::tof::Digit > & getDigitMap()
Int_t addDigit(Int_t channel, Int_t tdc, Int_t tot, uint64_t bc, Int_t lbl=0, uint32_t triggerorbit=0, uint16_t triggerbunch=0, float geanttime=0, double t0=0)
o2::tof::Digit * findDigit(ULong64_t key)
reset points container
std::map< ULong64_t, o2::tof::Digit > mDigits
Map of fired digits, possibly in multiple frames.
Int_t getStripIndex() const
void setStripIndex(Int_t index)
~Strip()=default
Destructor.
Strip()=default
Default constructor.
Int_t getNumberOfDigits() const
GLuint GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat t0
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::vector< Digit > digits