Public Member Functions | |
| QPulseFitDataR () | |
| default constructor | |
| virtual | ~QPulseFitDataR () |
| default destructor | |
| const Double_t & | GetHeight () const |
| Get Height. | |
| const QVectorR & | GetParams () const |
| Get Params. | |
| const Bool_t & | GetIsFitted () const |
| Get IsFitted. | |
| const TString & | GetModel () const |
| Get Model. | |
| void | SetHeight (const Double_t &height) |
| Set Height. | |
| QVectorR & | GetParams () |
| Get Params. | |
| void | SetIsFitted (const Bool_t &isFitted) |
| Set IsFitted. | |
| void | SetModel (const TString &model) |
| Set Model. | |
| 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 (QPulseFitDataR, 1) | |
Private Attributes | |
| Double_t | fHeight |
| QVectorR | fParams |
| Bool_t | fIsFitted |
| TString | fModel |
1.5.1