![]() |
GamR
0.0.0
GammaROOT
|
#include <iostream>#include <string.h>#include <TArrow.h>#include <TH1.h>#include <TMarker.h>#include <TMath.h>#include <TMatrixD.h>#include <TString.h>#include <TText.h>#include <TPolyMarker.h>#include <TRatioPlot.h>#include <TFitResult.h>#include "Fit.hh"#include "FitGuesses.hh"#include <utils/Utilities.hh>#include <toolkit/Peak.hh>
Include dependency graph for Fit.cc:Go to the source code of this file.
Namespaces | |
| namespace | GamR |
| namespace | GamR::Spect |
Functions | |
| 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 (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 (TCanvas *canvas, 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) |