GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
Fit.hh File Reference
#include <vector>
#include <RtypesCore.h>
#include <TCanvas.h>
#include <TF1.h>
#include <TGraph.h>
#include <TROOT.h>
#include <TSpectrum.h>
#include <toolkit/Peak.hh>
#include "FitGuesses.hh"
+ Include dependency graph for Fit.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GamR::Spect::PeakFit
 
struct  GamR::Spect::PeakFit::PeakParams
 
struct  GamR::Spect::PeakFit::Parameters
 

Namespaces

namespace  GamR
 
namespace  GamR::Spect
 

Functions

GamR::Spect::PeakFitGamR::Spect::FitPeaks (TH1 *hist, double Low, double High, std::map< std::string, double > Peaks, Option_t *foption, Option_t *option, std::vector< std::string > FixPeaks)
 
GamR::Spect::PeakFitGamR::Spect::FitPeaks (TH1 *hist, double Low, double High, std::vector< double > Peaks, Option_t *foption, Option_t *option, std::vector< std::string > FixPeaks)
 
GamR::Spect::PeakFitGamR::Spect::FitPeaks (TCanvas *canvas, Option_t *foption, Option_t *option)
 
TF1 * GamR::Spect::FitGaussians (TH1 *hist, double Low, double High, std::map< std::string, double > Peaks, Option_t *foption="", Option_t *option="")
 
TF1 * GamR::Spect::FitGaussians (TH1 *hist, double Low, double High, std::vector< double > Peaks, Option_t *foption, Option_t *option)
 
TF1 * GamR::Spect::FitGaussians (TCanvas *canvas, Option_t *foption, Option_t *option)
 
TSpectrum * GamR::Spect::FindPeaks (TCanvas *canvas, double sigma, Option_t *option, double threshold)