20#include "BeamAnalysis.hh"
29 Analysis(
"Beam.", nullptr,
"BeamHistogramsMerged"),
35 bool perEntryAnalysis,
37 Analysis(
"Beam.", chainIn,
"BeamHistogramsMerged", perEntryAnalysis, debugIn),
41BeamAnalysis::~BeamAnalysis() noexcept
46 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 options tree.
virtual void Process()
Operate on each entry in the run tree.