 |
Belle II Software
release-05-02-19
|
25 class TRGECLDigi0 :
public TObject {
int getTCId() const
Get TC id.
void setRawTiming(double raw_timing)
Set raw timing.
TRGECLDigi0(int eventid, int tcid, int ibintime, int beambkgtag, double raw_energy, double raw_timing)
Useful Constructor.
int getEventId() const
Get event id.
void setiBinTime(int ibintime)
Set time bin.
void setRawEnergy(double raw_energy)
Set Energy and Timing set raw energy.
int getBeamBkgTag() const
Get beam background tag.
double getRawEnergy() const
Get Energy and Timing Get raw TC energy.
double m_raw_energy
TC Energy and Timing Raw TC energy.
ClassDef(TRGECLDigi0, 1)
the class title
void setBeamBkgTag(int beambkgtag)
Set beam background tag.
Abstract base class for different kinds of events.
void setTCId(int tcid)
Set TC id.
TRGECLDigi0()
Empty constructor Recommended for ROOT IO.
int getiBinTime() const
get time bin
Raw TC result nefor digitizing.
int m_beambkgtag
beam background tag
double getRawTiming() const
Get raw TC timing.
double m_raw_timing
Raw TC timing.
void setEventId(int eventid)
Set event id.