Public Member Functions | |
QPreProcessDataR () | |
default constructor | |
virtual | ~QPreProcessDataR () |
default destructor | |
const Double_t & | GetBaselineRMS () const |
Get BaselineRMS. | |
const Double_t & | GetBaseline () const |
Get Baseline. | |
const Double_t & | GetRaise () const |
Get Raise. | |
const Double_t & | GetBaselineSlope () const |
Get BaselineSlope. | |
const Double_t & | GetStart () const |
Get Start. | |
const Double_t & | GetMaxPosition () const |
Get MaxPosition. | |
const Double_t & | GetEnd () const |
Get End. | |
const Double_t & | GetMaxBaseline () const |
Get MaxBaseline. | |
const Double_t & | GetDecay () const |
Get Decay. | |
const Double_t & | GetBaselineIntercept () const |
Get BaselineIntercept. | |
const Bool_t & | GetIsSaturatedLow () const |
Get IsSaturatedLow. | |
const Bool_t & | GetIsSaturatedHigh () const |
Get IsSaturatedHigh. | |
void | SetBaselineRMS (const Double_t &baselineRMS) |
Set BaselineRMS. | |
void | SetBaseline (const Double_t &baseline) |
Set Baseline. | |
void | SetRaise (const Double_t &raise) |
Set Raise. | |
void | SetBaselineSlope (const Double_t &baselineSlope) |
Set BaselineSlope. | |
void | SetStart (const Double_t &start) |
Set Start. | |
void | SetMaxPosition (const Double_t &maxPosition) |
Set MaxPosition. | |
void | SetEnd (const Double_t &end) |
Set End. | |
void | SetMaxBaseline (const Double_t &maxBaseline) |
Set MaxBaseline. | |
void | SetDecay (const Double_t &decay) |
Set Decay. | |
void | SetBaselineIntercept (const Double_t &baselineIntercept) |
Set BaselineIntercept. | |
void | SetIsSaturatedLow (const Bool_t &isSaturatedLow) |
Set IsSaturatedLow. | |
void | SetIsSaturatedHigh (const Bool_t &isSaturatedHigh) |
Set IsSaturatedHigh. | |
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 (QPreProcessDataR, 2) | |
Private Attributes | |
Double_t | fBaselineRMS |
Double_t | fBaseline |
Double_t | fRaise |
Double_t | fBaselineSlope |
Double_t | fStart |
Double_t | fMaxPosition |
Double_t | fEnd |
Double_t | fMaxBaseline |
Double_t | fDecay |
Double_t | fBaselineIntercept |
Bool_t | fIsSaturatedLow |
Bool_t | fIsSaturatedHigh |