14 #include "TEfficiency.h"
15 #include "TFitResult.h"
16 #include "TFitResultPtr.h"
28 namespace ActsExamples {
30 namespace PlotHelpers {
38 const auto step = (bMax - bMin) / bins;
40 std::generate(
m_bins.begin(),
m_bins.end(), [&,
v = bMin]()
mutable {
66 TH1F*
bookHisto(
const char* histName,
const char* histTitle,
75 TH2F*
bookHisto(
const char* histName,
const char* histTitle,
99 void anaHisto(TH1D* inputHist,
int j, TH1F* meanHist, TH1F* widthHist);
106 TEfficiency*
bookEff(
const char* effName,
const char* effTitle,
115 TEfficiency*
bookEff(
const char* effName,
const char* effTitle,
137 TProfile*
bookProf(
const char* profName,
const char* profTitle,