19#include "ModelAnalysis.hh"
26 Analysis(
"Model.", nullptr,
"ModelHistogramsMerged"),
32 bool perEntryAnalysis,
34 Analysis(
"Model.", chainIn,
"ModelHistogramsMerged", perEntryAnalysis, debugIn),
38ModelAnalysis::~ModelAnalysis() noexcept
43 for (
int i = 0; i <
entries; i++)
Base class for any TTree analysis.
long int entries
Number of entries in the chain.
void AccumulatePerEntryHistograms(long int entryNumber)
Accumulate means and variances for per entry histograms.
Analysis of the model tree.
virtual void Process()
Operate on each entry in the model tree.