Example Detector.
More...
#include <TRGECLUnpackerStore.h>
|
| 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
|
| |
Example Detector.
Definition at line 21 of file TRGECLUnpackerStore.h.
◆ TRGECLUnpackerStore() [1/2]
Definition at line 98 of file TRGECLUnpackerStore.h.
99 {
108
109 }
int m_energy
The Energy of hitted TC.
int m_caltime
The Timing of TRG Timing.
int m_checksum
The checksum flag.
int m_eventId
The evt id of this hit.
int m_hit_win
The window of hit.
int m_tcid
The Hitted TC id.
int m_time
The Total Timing of hitted TC.
int m_revo_fam
The revo clk of FAM.
◆ TRGECLUnpackerStore() [2/2]
| TRGECLUnpackerStore |
( |
int |
eventId, |
|
|
int |
TCId, |
|
|
int |
TCT, |
|
|
int |
TCCALT, |
|
|
int |
HitWin, |
|
|
int |
RevoFAM, |
|
|
int |
TCE, |
|
|
int |
checksum |
|
) |
| |
|
inline |
◆ getChecksum()
| int getChecksum |
( |
| ) |
const |
|
inline |
◆ getEventId()
◆ getHitWin()
◆ getRevoFAM()
◆ getTCCALTime()
| int getTCCALTime |
( |
| ) |
const |
|
inline |
◆ getTCEnergy()
| int getTCEnergy |
( |
| ) |
const |
|
inline |
◆ getTCId()
◆ getTCTime()
◆ setChecksum()
| void setChecksum |
( |
int |
checksum | ) |
|
|
inline |
◆ setEventId()
| void setEventId |
( |
int |
eventId | ) |
|
|
inline |
◆ setHitWin()
| void setHitWin |
( |
int |
HitWin | ) |
|
|
inline |
◆ setRevoFAM()
| void setRevoFAM |
( |
int |
RevoFAM | ) |
|
|
inline |
◆ setTCCALTime()
| void setTCCALTime |
( |
int |
TCCALT | ) |
|
|
inline |
◆ setTCEnergy()
| void setTCEnergy |
( |
int |
TCE | ) |
|
|
inline |
◆ setTCId()
◆ setTCTime()
| void setTCTime |
( |
int |
TCT | ) |
|
|
inline |
◆ m_caltime
◆ m_checksum
◆ m_energy
◆ m_eventId
◆ m_hit_win
◆ m_revo_fam
◆ m_tcid
◆ m_time
The documentation for this class was generated from the following file: