Public Member Functions | |
QRawEventR_01 () | |
default constructor | |
~QRawEventR_01 () | |
destructor | |
Int_t | GetRun () const |
get run number | |
Int_t | GetEventNumber () const |
get EventNumber | |
const QTimeR & | GetTime () const |
get time | |
double | GetNsTime () const |
get NsTime | |
UInt_t | GetStartTimeUnix () const |
get NsTime | |
const QMainPulseR & | GetPulse () const |
Get Pulse. | |
QMainPulseR & | GetPulse () |
Int_t | GetChannelId () const |
Get channel id. | |
const QVectorIR & | GetSamples () const |
Get Samples. | |
const std::vector< QPulseR > & | GetSidePulses () const |
Get Side Pulses. | |
const QPulseR & | GetSidePulse (Int_t pulseNumber) const |
Get Side Pulse. | |
UInt_t | GetNSidePulses () const |
GetNSidesPulses. | |
Bool_t | GetIsBolometer () const |
Get Is Bolometer. | |
const QiMuonVetoR & | GetQiMuonVeto () const |
Get Muon Veto. | |
Bool_t | GetIsMuonVeto () const |
Get Is MuonVeto. | |
UInt_t | GetTimedSample () const |
Get timed sample. | |
UInt_t | GetTriggerPosition () const |
Get trigger position. | |
bool | GetIsHeater () const |
Get IsHeater. | |
bool | GetIsSignal () const |
Get IsSignal. | |
bool | GetIsNoise () const |
Get IsNoise. | |
Bool_t | GetIsApollo () const |
Get Is Apollo DAQ. | |
void | SetIsApollo (Bool_t isApollo) |
Set Is Apollo DAQ. | |
Private Member Functions | |
void | Assign (const Cuore::QEvent &ev) |
void | Fill (Cuore::QEvent &ev) const |
void | SetSpecificAliases (const std::string &myPath) |
ClassDef (QRawEventR_01, 2) | |
Private Attributes | |
UInt_t | fRun |
Run number. | |
UInt_t | fEventNumber |
Event Number. | |
QTimeR | fTime |
Time of event dump, it corresponds to the main sample of the pulse. | |
QiMuonVetoR | fQiMuonVeto |
Cuoricino muon veto data. | |
Bool_t | fIsBolometer |
is bolometer | |
Bool_t | fIsMuonVeto |
is muon veto | |
std::vector< QPulseR > | fSidePulses |
neighborods pulses | |
QMainPulseR | fPulse |
Acquired window of this event. | |
Bool_t | fIsApollo |
is event from apollo DAQ (no relative in QRawEvent) |