![]() |
GamR
0.0.0
GammaROOT
|
#include <Peak.hh>
Inheritance diagram for GamR::TK::BPeak:
Collaboration diagram for GamR::TK::BPeak:Public Member Functions | |
| BPeak () | |
| ~BPeak () | |
| double | GetArea () |
| double | GetAreaError () |
| double | GetCounts () |
| double | GetCountsError () |
| double | GetAmp () |
| double | GetAmpError () |
| double | GetCent () |
| double | GetCentError () |
| double | GetWidth () |
| double | GetWidthError () |
| void | Set (TH1 *hist, double x1, double y1, double x2, double y2) |
| void | Set (TH1 *hist, GamR::TK::Gate peak, std::vector< GamR::TK::Gate > background, Option_t *foption="", Option_t *option="sl") |
| void | Set (TH1 *hist, GamR::TK::Gate peak, GamR::TK::Gate background, Option_t *foption="", Option_t *option="sl") |
| void | SetCont (TH1 *hist, GamR::TK::Gate peak, std::vector< GamR::TK::Gate > background, Option_t *foption="", Option_t *option="") |
| void | SetPoint (TH1 *hist, GamR::TK::Gate peak, std::vector< GamR::TK::Gate > background, Option_t *foption="", Option_t *option="") |
| void | SetStep (TH1 *hist, GamR::TK::Gate peak, std::vector< GamR::TK::Gate > background, Option_t *foption="", Option_t *option="") |
| void | Set (TH1 *hist, Option_t *foption="", Option_t *option="sl") |
| void | Set (TH2 *hist, Option_t *foption="", Option_t *option="sl") |
| void | Print () |
| void | Delete (Option_t *option) |
| ClassDef (BPeak, 1) | |
Public Member Functions inherited from GamR::TK::Peak | |
| 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) |