 |
Belle II Software
release-05-02-19
|
13 #include <framework/datastore/RelationsObject.h>
36 m_timing(std::numeric_limits<double>::quiet_NaN()),
38 m_revoGDL(std::numeric_limits<double>::quiet_NaN()),
39 m_revoFAM(std::numeric_limits<double>::quiet_NaN()),
float m_revoGDL
revoGDL for this TC (revolution global decision logic)
ECLTriggerCell()
Default constructor.
float getTiming() const
Get m_timing.
void setTCId(unsigned int tcid)
Set m_TCId.
float m_revoFAM
revoFAM for this TC
void setRevoFAM(float revofam)
Set m_revoFAM.
void setEvtTiming(float evttiming)
Set m_evtTimingTC.
unsigned int m_TCId
TC Id (1..576)
bool isHighestFADC() const
Get m_isHighestFADC.
float m_ECLCalDigitEnergy
sum of all ECLCalDigits for this TC
void setFADC(float fadc)
Set m_FADC.
unsigned int getTCId() const
Get m_TCId.
ClassDef(ECLTriggerCell, 2)
class definition
float getRevoFAM() const
Get m_revoFAM.
float m_FADC
FADC for this TC (flash analogue-to-digital)
float getThetaId() const
Get m_thetaId.
float getEvtTiming() const
Get m_evtTiming.
float m_evtTiming
event timing for this TC
float getPhiId() const
Get m_phiId.
unsigned int m_thetaId
theta id for this TC
int getHitWin() const
Get m_hitWindow.
bool m_isHighestFADC
true if this TC has the highest FADC value in the event
Abstract base class for different kinds of events.
void setThetaId(unsigned int thetaid)
Set m_thetaId.
void setHitWin(int hitwin)
Set m_hitWindow.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
void setTiming(float timing)
Set m_timingTC.
float m_timing
timing for this TC
void setIsHighestFADC(bool ishighest)
Set m_isHighestFADC.
float getFADC() const
Get m_FADC.
void setRevoGDL(float revogdl)
Set m_revoGDLTC.
float getRevoGDL() const
Get m_revoGDL.
void setPhiId(unsigned int phiid)
Set m_phiId.
float getECLCalDigitEnergy() const
Get m_ECLCalDigitEnergy.
int m_hitWindow
hit window of this TC
void setECLCalDigitEnergy(float energy)
Set m_ECLCalDigitEnergy.
unsigned int m_phiId
phi id for this TC