|
Public Member Functions |
|
| QOFDataR () |
| | default constructor
|
|
virtual | ~QOFDataR () |
| | default destructor
|
|
const Double_t & | GetTVR () const |
| | Get TVR.
|
|
const Double_t & | GetSecondAmplitude () const |
| | Get SecondAmplitude.
|
|
const Double_t & | GetDelay () const |
| | Get Delay.
|
|
const Double_t & | GetTVL () const |
| | Get TVL.
|
|
const Double_t & | GetFDAmplitude () const |
| | Get FDAmplitude.
|
|
const Double_t & | GetRaiseTime () const |
| | Get RaiseTime.
|
|
const Double_t & | GetAmplitude () const |
| | Get Amplitude.
|
|
const Double_t & | GetSecondDelay () const |
| | Get SecondDelay.
|
|
const Double_t & | GetDecayTime () const |
| | Get DecayTime.
|
|
void | SetTVR (const Double_t &tVR) |
| | Set TVR.
|
|
void | SetSecondAmplitude (const Double_t &secondAmplitude) |
| | Set SecondAmplitude.
|
|
void | SetDelay (const Double_t &delay) |
| | Set Delay.
|
|
void | SetTVL (const Double_t &tVL) |
| | Set TVL.
|
|
void | SetFDAmplitude (const Double_t &fDAmplitude) |
| | Set FDAmplitude.
|
|
void | SetRaiseTime (const Double_t &raiseTime) |
| | Set RaiseTime.
|
|
void | SetAmplitude (const Double_t &litude) |
| | Set Amplitude.
|
|
void | SetSecondDelay (const Double_t &secondDelay) |
| | Set SecondDelay.
|
|
void | SetDecayTime (const Double_t &decayTime) |
| | Set DecayTime.
|
|
void | SetAliases (const std::string &myPath) |
| | Initialize aliases.
|
Private Member Functions |
|
void | Assign (const Cuore::QEvent &ev) |
| | Assign from the relevant part of QEvent.
|
|
void | Fill (Cuore::QEvent &ev) const |
| | Fill the relevant part of QEvent.
|
|
| ClassDef (QOFDataR, 3) |
Private Attributes |
|
Double_t | fTVR |
|
Double_t | fSecondAmplitude |
|
Double_t | fDelay |
|
Double_t | fTVL |
|
Double_t | fFDAmplitude |
|
Double_t | fRaiseTime |
|
Double_t | fAmplitude |
|
Double_t | fSecondDelay |
|
Double_t | fDecayTime |