![]() |
GamR
0.0.0
GammaROOT
|
#include <Peak.hh>
Inheritance diagram for GamR::TK::FPeak:
Collaboration diagram for GamR::TK::FPeak:Public Member Functions | |
| FPeak () | |
| FPeak (double Low, double High, PeakType Type) | |
| virtual | ~FPeak () |
| TF1 * | GetFunc () |
| PeakType | GetPeakType () |
| virtual TF1 * | GetStepFunc () |
| virtual TF1 * | GetGaussFunc () |
| virtual void | SetParameters (std::vector< double > params) |
| virtual void | SetParErrors (std::vector< double > errors) |
Public Member Functions inherited from GamR::TK::Peak | |
| virtual double | GetArea () |
| virtual double | GetAreaError () |
| virtual double | GetAmp () |
| virtual double | GetAmpError () |
| virtual double | GetCent () |
| virtual double | GetCentError () |
| virtual double | GetWidth () |
| virtual double | GetWidthError () |
| virtual void | SetAmp (double amp) |
| virtual void | SetAmpError (double error) |
| virtual void | SetCent (double cent) |
| virtual void | SetCentError (double error) |
| virtual void | SetWidth (double width) |
| virtual void | SetWidthError (double error) |
Protected Attributes | |
| TF1 * | fPeakFunc |
| double | fLow |
| double | fHigh |
| PeakType | fPeakType |