Example Detector. More...
#include <TRGECLUnpackerStore.h>
Public Member Functions | |
void | setEventId (int eventId) |
The method to set event id. | |
void | setTCId (int TCId) |
The method to set cell id. | |
void | setTCTime (int TCT) |
The method to set hit time. | |
void | setTCCALTime (int TCCALT) |
The method to set cal timing. | |
void | setHitWin (int HitWin) |
The method to set Hit window. | |
void | setRevoFAM (int RevoFAM) |
The method to set revo clock of FAM. | |
void | setTCEnergy (int TCE) |
The method to set deposited energy. | |
void | setChecksum (int checksum) |
The method to set checksum flag. | |
int | getEventId () const |
The method to get event id. | |
int | getTCId () const |
The method to get cell id. | |
int | getTCTime () const |
The method to get hit average time. | |
int | getTCCALTime () const |
The method to get cal timing. | |
int | getRevoFAM () const |
The method to get revo clock of FAM. | |
int | getHitWin () const |
The method to get Hit Win. | |
int | getTCEnergy () const |
The method to get deposited energy. | |
int | getChecksum () const |
The method to get checksum flag. | |
TRGECLUnpackerStore (int eventId, int TCId, int TCT, int TCCALT, int HitWin, int RevoFAM, int TCE, int checksum) | |
Useful Constructor. | |
ClassDef (TRGECLUnpackerStore, 2) | |
the class title | |
Public Attributes | |
int | m_eventId |
The evt id of this hit. | |
int | m_tcid |
The Hitted TC id. | |
int | m_time |
The Total Timing of hit TC. | |
int | m_caltime |
The Timing of TRG Timing. | |
int | m_hit_win |
The window of hit. | |
int | m_revo_fam |
The revo clk of FAM. | |
int | m_energy |
The Energy of hit TC. | |
int | m_checksum |
The checksum flag. | |
Example Detector.
Definition at line 21 of file TRGECLUnpackerStore.h.
|
inline |
Definition at line 98 of file TRGECLUnpackerStore.h.
|
inline |
Useful Constructor.
Definition at line 112 of file TRGECLUnpackerStore.h.
|
inline |
The method to get checksum flag.
Definition at line 94 of file TRGECLUnpackerStore.h.
|
inline |
The method to get event id.
Definition at line 73 of file TRGECLUnpackerStore.h.
|
inline |
The method to get Hit Win.
Definition at line 88 of file TRGECLUnpackerStore.h.
|
inline |
The method to get revo clock of FAM.
Definition at line 85 of file TRGECLUnpackerStore.h.
|
inline |
The method to get cal timing.
Definition at line 82 of file TRGECLUnpackerStore.h.
|
inline |
The method to get deposited energy.
Definition at line 91 of file TRGECLUnpackerStore.h.
|
inline |
|
inline |
The method to get hit average time.
Definition at line 79 of file TRGECLUnpackerStore.h.
|
inline |
The method to set checksum flag.
Definition at line 70 of file TRGECLUnpackerStore.h.
|
inline |
The method to set event id.
Definition at line 49 of file TRGECLUnpackerStore.h.
|
inline |
The method to set Hit window.
Definition at line 61 of file TRGECLUnpackerStore.h.
|
inline |
The method to set revo clock of FAM.
Definition at line 64 of file TRGECLUnpackerStore.h.
|
inline |
The method to set cal timing.
Definition at line 58 of file TRGECLUnpackerStore.h.
|
inline |
The method to set deposited energy.
Definition at line 67 of file TRGECLUnpackerStore.h.
|
inline |
|
inline |
int m_caltime |
The Timing of TRG Timing.
Definition at line 34 of file TRGECLUnpackerStore.h.
int m_checksum |
The checksum flag.
Definition at line 46 of file TRGECLUnpackerStore.h.
int m_energy |
The Energy of hit TC.
Definition at line 43 of file TRGECLUnpackerStore.h.
int m_eventId |
The evt id of this hit.
Definition at line 25 of file TRGECLUnpackerStore.h.
int m_hit_win |
The window of hit.
Definition at line 37 of file TRGECLUnpackerStore.h.
int m_revo_fam |
The revo clk of FAM.
Definition at line 40 of file TRGECLUnpackerStore.h.
int m_tcid |
The Hitted TC id.
Definition at line 28 of file TRGECLUnpackerStore.h.
int m_time |
The Total Timing of hit TC.
Definition at line 31 of file TRGECLUnpackerStore.h.