Public Member Functions | |
virtual | ~QRawEventBase () |
destructor | |
int | GetRun () const |
get run number | |
int | GetEventNumber () const |
get EventNumber | |
const QTime & | GetTime () const |
get time | |
const QMainPulse & | GetPulse () const |
Get Pulse. | |
const std::vector< QPulse > & | GetSidePulses () const |
Get Side Pulses. | |
const QiMuonVeto & | GetQiMuonVeto () const |
Get Qi MuonVeto. | |
const bool & | GetIsBolometer () const |
Get IsBolometer. | |
const bool & | GetIsMuonVeto () const |
Get IsBolometer. | |
Protected Member Functions | |
QRawEventBase () | |
default constructor | |
void | Clear () |
Clear event. | |
void | SetRun (unsigned int run) |
Set Run. | |
void | SetEventNumber (unsigned int eventNumber) |
Set EventNumber. | |
void | SetIsBolometer (const bool &isBolometer) |
Set Is Bolometer. | |
void | SetIsMuonVeto (const bool &isMuonVeto) |
Set Is MuonVeto. | |
QTime & | GetTime () |
Get Time. | |
QMainPulse & | GetPulse () |
Get Pulse. | |
std::vector< QPulse > & | GetSidePulses () |
Get Side Pulses. | |
QiMuonVeto & | GetQiMuonVeto () |
Get Qi MuonVeto. | |
void | SetIsApollo (const bool &isApollo) |
Set Is Apollo. | |
bool | GetIsApollo () const |
Get IsApollo. | |
Private Attributes | |
unsigned int | fRun |
Run number. | |
unsigned int | fEventNumber |
Event Number. | |
QTime | fTime |
Time of event dump, it corresponds to the main sample of the pulse. | |
QMainPulse | fPulse |
Acquired window of this event. | |
std::vector< QPulse > | fSidePulses |
neighborods pulses | |
QiMuonVeto | fQiMuonVeto |
Cuoricino muon veto data. | |
bool | fIsBolometer |
Bolometer event. | |
bool | fIsMuonVeto |
MuonVeto event. | |
bool | fIsApollo |
is apollo DAQ | |
Friends | |
class | ::QRawEventR_01 |