GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
Integral.cc File Reference
#include <iostream>
#include <string.h>
#include <TMarker.h>
#include <TH1.h>
#include <TMath.h>
#include <TArrow.h>
#include <TText.h>
#include <TString.h>
#include <utils/Utilities.hh>
#include <nucleus/Transition.hh>
#include "Integral.hh"
+ Include dependency graph for Integral.cc:

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)