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