9 #ifndef ANALYSIS_HELPER_H
10 #define ANALYSIS_HELPER_H 1
16 namespace pandora_analysis
42 static void CalculatePerformance(
const TH1F *
const pTH1F,
float &resolution,
float &resolutionError,
bool fixDistributionCentre =
true,
bool print =
true);
49 float sigma(0.f), sigmasigma(0.f);
55 #endif // #ifndef ANALYSIS_HELPER_H
static void CalculatePerformance(const TH1F *const pTH1F, bool fixDistributionCentre=true)
Calculate performance figures for an energy spectrum provided in form of a root th1f.
Definition: AnalysisHelper.h:47
analysis helper class
Definition: AnalysisHelper.h:22