![]() |
GamR
0.0.0
GammaROOT
|
#include <vector>#include <TCanvas.h>#include <TF1.h>#include <TROOT.h>#include <RtypesCore.h>#include <toolkit/Gate.hh>#include <nucleus/Transition.hh>
Include dependency graph for Integral.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GamR |
| namespace | GamR::Spect |
Functions | |
| std::pair< double, double > | GamR::Spect::Integral (TH1 *hist, GamR::TK::Gate peak) |
| std::pair< double, double > | GamR::Spect::Integral (TH1 *hist, double peakLow, double peakHigh) |
| std::pair< double, double > | GamR::Spect::Integral (TCanvas *canvas) |
| std::pair< double, double > | GamR::Spect::IntegralBS (TH1 *hist, GamR::Nucleus::Transition transition) |
| std::pair< double, double > | GamR::Spect::IntegralBS (TH1 *hist, GamR::TK::Gate peak, GamR::TK::Gate background) |
| std::pair< double, double > | GamR::Spect::IntegralBS (TH1 *hist, double peakLow, double peakHigh, double backLow, double backHigh) |
| std::pair< double, double > | GamR::Spect::IntegralBS (TCanvas *canvas) |
| std::pair< double, double > | GamR::Spect::Counts (TH1 *hist, GamR::TK::Gate peak, std::string opt) |
| std::pair< double, double > | GamR::Spect::Counts (TH1 *hist, double peakLow, double peakHigh, std::string opt) |
| std::pair< double, double > | GamR::Spect::Counts (TCanvas *canvas) |
| std::pair< double, double > | GamR::Spect::CountsBS (TH1 *hist, GamR::Nucleus::Transition transition, std::string opt) |
| std::pair< double, double > | GamR::Spect::CountsBS (TH1 *hist, GamR::TK::Gate peak, GamR::TK::Gate background, std::string opt) |
| std::pair< double, double > | GamR::Spect::CountsBS (TH1 *hist, GamR::TK::Gate peak, std::vector< GamR::TK::Gate > backgrounds, std::string opt) |
| std::pair< double, double > | GamR::Spect::CountsBS (TH1 *hist, double peakLow, double peakHigh, double backLow, double backHigh, std::string opt) |
| std::pair< double, double > | GamR::Spect::CountsBS (TCanvas *canvas) |