1#ifndef GAMR_SPECT_CLICKINT_HH
2#define GAMR_SPECT_CLICKINT_HH
19 std::pair<double, double>
Integral(TH1 *hist, GamR::TK::Gate peak);
20 std::pair<double, double>
Integral(TH1 *hist,
double peakLow,
double peakHigh);
21 std::pair<double, double>
Integral(TCanvas *canvas = gPad->GetCanvas());
23 std::pair<double, double>
IntegralBS(TH1 *hist, GamR::Nucleus::Transition transition);
24 std::pair<double, double>
IntegralBS(TH1 *hist, GamR::TK::Gate peak, GamR::TK::Gate background);
25 std::pair<double, double>
IntegralBS(TH1 *hist,
double peakLow,
double peakHigh,
double backLow,
double backHigh);
26 std::pair<double, double>
IntegralBS(TCanvas *canvas = gPad->GetCanvas());
28 std::pair<double, double>
Counts(TH1 *hist, GamR::TK::Gate peak, std::string opt=
"");
29 std::pair<double, double>
Counts(TH1 *hist,
double peakLow,
double peakHigh, std::string opt=
"");
30 std::pair<double, double>
Counts(TCanvas *canvas = gPad->GetCanvas());
32 std::pair<double, double>
CountsBS(TH1 *hist, GamR::Nucleus::Transition transition, std::string opt=
"");
33 std::pair<double, double>
CountsBS(TH1 *hist, GamR::TK::Gate peak, GamR::TK::Gate background, std::string opt=
"");
34 std::pair<double, double>
CountsBS(TH1 *hist, GamR::TK::Gate peak, std::vector<GamR::TK::Gate> backgrounds, std::string opt=
"");
35 std::pair<double, double>
CountsBS(TH1 *hist,
double peakLow,
double peakHigh,
double backLow,
double backHigh, std::string opt=
"");
38 std::pair<double, double>
CountsBS(TCanvas *canvas = gPad->GetCanvas());
std::pair< double, double > IntegralBS(TH1 *hist, GamR::Nucleus::Transition transition)
std::pair< double, double > CountsBS(TH1 *hist, GamR::Nucleus::Transition transition, std::string opt)
std::pair< double, double > Counts(TH1 *hist, GamR::TK::Gate peak, std::string opt)
std::pair< double, double > Integral(TH1 *hist, GamR::TK::Gate peak)