Public Member Functions | |
QRunDataR () | |
default constructor | |
virtual | ~QRunDataR () |
default destructor | |
int | GetDetector () const |
Get Detector. | |
Float_t | GetSamplingFrequency () const |
Get SamplingFrequency. | |
Int_t | GetNumber () const |
Get Number. | |
std::vector< int > | GetChannels () const |
Get Channels. | |
Int_t | GetThermometerChannel () const |
Get ThermometerChannel. | |
int | GetType () const |
Get Type. | |
Double_t | GetADC2mV () const |
Get ADC2mV. | |
Int_t | GetNumberOfChannels () const |
Get NumberOfChannels. | |
UInt_t | GetStartTime () const |
Get StartTime. | |
UInt_t | GetDuration () const |
Get Duration. | |
Int_t | GetADCMax () const |
Get ADCMax. | |
Int_t | GetADCMin () const |
Get ADCMin. | |
void | SetDetector (const int &detector) |
Set Detector. | |
void | SetSamplingFrequency (const Float_t &samplingFrequency) |
Set SamplingFrequency. | |
void | SetNumber (const Int_t &number) |
Set Number. | |
void | SetChannels (const std::vector< int > &channels) |
Set Channels. | |
void | SetThermometerChannel (const Int_t &thermometerChannel) |
Set ThermometerChannel. | |
void | SetType (const int &type) |
Set Type. | |
void | SetADC2mV (const Double_t &aDC2mV) |
Set ADC2mV. | |
void | SetNumberOfChannels (const Int_t &numberOfChannels) |
Set NumberOfChannels. | |
void | SetStartTime (const UInt_t &startTime) |
Set StartTime. | |
void | SetDuration (const UInt_t &duration) |
Set Duration. | |
void | SetADCMax (const Int_t &adcMax) |
Set ADCMax. | |
void | SetADCMin (const Int_t &adcMin) |
Set ADCMin. | |
void | Assign (const Cuore::QRunData &ev) |
Assign from the relevant part of QRunData. | |
void | Fill (Cuore::QRunData &qrundata) const |
Fill the relevant part of QRunData. | |
Private Member Functions | |
void | Assign (const Cuore::QObject *obj) |
void | FillQObject (Cuore::QObject *&obj) const |
ClassDef (QRunDataR, 2) | |
Private Attributes | |
int | fDetector |
Float_t | fSamplingFrequency |
Int_t | fNumber |
std::vector< int > | fChannels |
Int_t | fThermometerChannel |
int | fType |
Double_t | fADC2mV |
Int_t | fNumberOfChannels |
UInt_t | fStartTime |
UInt_t | fDuration |
Int_t | fADCMax |
Int_t | fADCMin |