Public Member Functions | |
QPulseR () | |
default constructor | |
virtual | ~QPulseR () |
default destructor | |
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. | |
virtual const QPulseR & | operator= (const Cuore::QPulse &qpulsedata) |
virtual void | Fill (Cuore::QPulse &qpulsedata) const |
Private Member Functions | |
ClassDef (QPulseR, 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 |
std::vector<QSampleInfoR> QPulseR::fSamplesInfo [private] |
flagged samples of this pulse window
Referenced by GetSamplesInfo(), and SetSamplesInfo().