13 #include "TEfficiency.h"
14 #include "TFitResult.h"
15 #include "TFitResultPtr.h"
21 namespace ActsExamples {
23 namespace PlotHelpers {
42 TH1F*
bookHisto(
const char* histName,
const char* histTitle,
51 TH2F*
bookHisto(
const char* histName,
const char* histTitle,
65 void fillHisto(TH2F* hist,
float xValue,
float yValue,
float weight = 1.0);
75 void anaHisto(TH1D* inputHist,
int j, TH1F* meanHist, TH1F* widthHist);
82 TEfficiency*
bookEff(
const char* effName,
const char* effTitle,
91 TEfficiency*
bookEff(
const char* effName,
const char* effTitle,
98 void fillEff(TEfficiency* efficiency,
float value,
bool status);
105 void fillEff(TEfficiency* efficiency,
float xValue,
float yValue,
bool status);
113 TProfile*
bookProf(
const char* profName,
const char* profTitle,