Public Member Functions | |
QMainPulseR () | |
default constuctor | |
~QMainPulseR () | |
default destructor | |
const QSampleInfoR & | GetMasterSample () const |
Get MasterSample. | |
QSampleInfoR & | GetMasterSample () |
void | SetMasterSample (const QSampleInfoR &masterSample) |
Set MasterSamples. | |
Bool_t | GetIsHighHeater () const |
Get IsHighHeater. | |
Bool_t | GetIsLowHeater () const |
Get IsLowHeater. | |
Bool_t | GetIsStabHeater () const |
Get IsStabHeater. | |
Bool_t | GetIsHeater () const |
Get IsHeater. | |
Bool_t | GetIsSignal () const |
Get IsSignal. | |
Bool_t | GetIsMuon () const |
Get IsMuon. | |
Bool_t | GetIsNoise () const |
Get IsNoise. | |
const Int_t & | GetChannelId () const |
Get ChannelId. | |
const QVectorIR & | GetSamples () const |
Get Samples. | |
const std::vector< QSampleInfoR > & | GetSamplesInfo () const |
Get Samples Info. | |
const UInt_t & | GetTimedSample () const |
GetTimedSample. | |
void | SetChannelId (const Int_t &channelId) |
Set ChannelId. | |
void | SetSamples (const QVectorIR &samples) |
Set Samples. | |
void | SetSamplesInfo (const std::vector< QSampleInfoR > &samplesInfo) |
Set Samples Info. | |
void | SetTimedSample (const UInt_t &timedSample) |
Set TimedSample. | |
const QMainPulseR & | operator= (const Cuore::QMainPulse &qpulsedata) |
void | Fill (Cuore::QMainPulse &qpulsedata) const |
Private Member Functions | |
ClassDef (QMainPulseR, 1) | |
Private Attributes | |
Int_t | fChannelId |
Channel. | |
QVectorIR | fSamples |
Acquired Samples. | |
std::vector< QSampleInfoR > | fSamplesInfo |
flagged samples of this pulse window | |
UInt_t | fTimedSample |
sample corresponding to the recorded time of the event this pulse belongs to | |
QSampleInfoR | fMasterSample |
sample that caused the event dump |
void QMainPulseR::SetMasterSample | ( | const QSampleInfoR & | masterSample | ) | [inline] |
std::vector<QSampleInfoR> QMainPulseR::fSamplesInfo [private] |
flagged samples of this pulse window
Referenced by GetSamplesInfo(), and SetSamplesInfo().