Belle II Software
release-08-01-10
|
Example Detector. More...
#include <TRGECLHit.h>
Public Member Functions | |
void | setEventId (int eventId) |
The method to set event id. | |
void | setTCId (int TCId) |
The method to set TC id. | |
void | setBeamBkgTag (int beambkgtag) |
The method to set Beam Background tag. | |
void | setEnergyDep (double edep) |
The method to set deposited energy. | |
void | setTimeAve (double TimeAve) |
The method to set hit average time. | |
int | getEventId () const |
The method to get event id. | |
int | getTCId () const |
The method to get TC id. | |
double | getEnergyDep () const |
The method to get deposited energy. | |
double | getTimeAve () const |
The method to get hit average time. | |
int | getBeamBkgTag () const |
The method to get Beam Background tag. | |
TRGECLHit (int eventId, int TCId, int beambkgtag, double edep, double TimeAve) | |
Useful Constructor. | |
ClassDef (TRGECLHit, 1) | |
the class title | |
Public Attributes | |
int | m_eventId |
The TC id of this hit. | |
int | m_TCId |
The TC id of this hit. | |
int | m_beambkgtag |
beambkg tag | |
double | m_edep |
Deposited energy of this hit. | |
double | m_TimeAve |
Hit average time. | |
Example Detector.
Definition at line 22 of file TRGECLHit.h.