#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"
Go to the source code of this file.
|
| GamR::Spect::PeakFit * | GamR::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::PeakFit * | GamR::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::PeakFit * | GamR::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) |
| |