 |
Belle II Software
release-05-01-25
|
13 #ifndef TRGECLUNPACKERSTORE_H
14 #define TRGECLUNPACKERSTORE_H
24 class TRGECLUnpackerStore :
public TObject {
void setRevoFAM(int RevoFAM)
The method to set revo clock of FAM.
int getHitWin() const
The method to get Hit Win.
int m_time
The Total Timing of hitted TC.
void setTCTime(int TCT)
The method to set hit time.
int getTCEnergy() const
The method to get deposited energy.
int m_revo_fam
The revo clk of FAM.
int getTCId() const
The method to get cell id.
void setTCId(int TCId)
The method to set cell id.
void setHitWin(int HitWin)
The method to set Hit window.
void setEventId(int eventId)
The method to set event id.
int m_tcid
The Hitted TC id.
Abstract base class for different kinds of events.
int m_checksum
The checksum flag.
int m_caltime
The Timing of TRG Timing.
int m_energy
The Energy of hitted TC.
TRGECLUnpackerStore(int eventId, int TCId, int TCT, int TCCALT, int HitWin, int RevoFAM, int TCE, int checksum)
Useful Constructor.
int getRevoFAM() const
The method to get revo clock of FAM.
int getTCTime() const
The method to get hit average time.
void setTCCALTime(int TCCALT)
The method to set cal timing.
ClassDef(TRGECLUnpackerStore, 2)
the class title
void setChecksum(int checksum)
The method to set checksum flag.
int m_hit_win
The window of hit.
int getChecksum() const
The method to get checksum flag.
void setTCEnergy(int TCE)
The method to set deposited energy.
int getTCCALTime() const
The method to get cal timing.
int getEventId() const
The method to get event id.
int m_eventId
The evt id of this hit.