Raw TC result nefor digitizing.
More...
#include <TRGECLDigi0.h>
|
void | setEventId (int eventid) |
| Set event id.
|
|
void | setTCId (int tcid) |
| Set TC id.
|
|
void | setiBinTime (int ibintime) |
| Set time bin.
|
|
void | setRawEnergy (double raw_energy) |
| Set Energy and Timing set raw energy.
|
|
void | setRawTiming (double raw_timing) |
| Set raw timing.
|
|
void | setBeamBkgTag (int beambkgtag) |
| Set beam background tag.
|
|
int | getEventId () const |
| Get event id.
|
|
int | getTCId () const |
| Get TC id.
|
|
int | getiBinTime () const |
| get time bin
|
|
double | getRawEnergy () const |
| Get Energy and Timing Get raw TC energy.
|
|
double | getRawTiming () const |
| Get raw TC timing.
|
|
int | getBeamBkgTag () const |
| Get beam background tag.
|
|
| TRGECLDigi0 () |
| Empty constructor Recommended for ROOT IO.
|
|
| TRGECLDigi0 (int eventid, int tcid, int ibintime, int beambkgtag, double raw_energy, double raw_timing) |
| Useful Constructor.
|
|
| ClassDef (TRGECLDigi0, 1) |
| the class title
|
|
Raw TC result nefor digitizing.
Definition at line 21 of file TRGECLDigi0.h.
◆ TRGECLDigi0() [1/2]
Empty constructor Recommended for ROOT IO.
Definition at line 70 of file TRGECLDigi0.h.
71 {
72 m_eventid = 0;
73 m_tcid = 0;
74 m_ibintime = 0;
75 m_raw_energy = 0;
76 m_raw_timing = 0;
77 m_beambkgtag = 0;
78
79
80 }
◆ TRGECLDigi0() [2/2]
TRGECLDigi0 |
( |
int | eventid, |
|
|
int | tcid, |
|
|
int | ibintime, |
|
|
int | beambkgtag, |
|
|
double | raw_energy, |
|
|
double | raw_timing ) |
|
inline |
Useful Constructor.
Definition at line 83 of file TRGECLDigi0.h.
91 {
92 m_eventid = eventid;
93 m_tcid = tcid;
94 m_ibintime = ibintime;
95 m_raw_energy = raw_energy;
96 m_raw_timing = raw_timing;
97 m_beambkgtag = beambkgtag;
98
99 }
◆ getBeamBkgTag()
int getBeamBkgTag |
( |
| ) |
const |
|
inline |
Get beam background tag.
Definition at line 66 of file TRGECLDigi0.h.
66{return m_beambkgtag; }
◆ getEventId()
◆ getiBinTime()
int getiBinTime |
( |
| ) |
const |
|
inline |
◆ getRawEnergy()
double getRawEnergy |
( |
| ) |
const |
|
inline |
Get Energy and Timing Get raw TC energy.
Definition at line 62 of file TRGECLDigi0.h.
62{return m_raw_energy; }
◆ getRawTiming()
double getRawTiming |
( |
| ) |
const |
|
inline |
Get raw TC timing.
Definition at line 64 of file TRGECLDigi0.h.
64{return m_raw_timing; }
◆ getTCId()
◆ setBeamBkgTag()
void setBeamBkgTag |
( |
int | beambkgtag | ) |
|
|
inline |
Set beam background tag.
Definition at line 51 of file TRGECLDigi0.h.
51{ m_beambkgtag = beambkgtag; }
◆ setEventId()
void setEventId |
( |
int | eventid | ) |
|
|
inline |
Set event id.
Definition at line 40 of file TRGECLDigi0.h.
40{ m_eventid = eventid; }
◆ setiBinTime()
void setiBinTime |
( |
int | ibintime | ) |
|
|
inline |
Set time bin.
Definition at line 44 of file TRGECLDigi0.h.
44{ m_ibintime = ibintime; }
◆ setRawEnergy()
void setRawEnergy |
( |
double | raw_energy | ) |
|
|
inline |
Set Energy and Timing set raw energy.
Definition at line 47 of file TRGECLDigi0.h.
47{ m_raw_energy = raw_energy; }
◆ setRawTiming()
void setRawTiming |
( |
double | raw_timing | ) |
|
|
inline |
Set raw timing.
Definition at line 49 of file TRGECLDigi0.h.
49{ m_raw_timing = raw_timing; }
◆ setTCId()
◆ m_beambkgtag
◆ m_eventid
◆ m_ibintime
◆ m_raw_energy
TC Energy and Timing Raw TC energy.
Definition at line 34 of file TRGECLDigi0.h.
◆ m_raw_timing
◆ m_tcid
The documentation for this class was generated from the following file: