1 #ifndef __Validation_RecoParticleFlow_TH2Analyzer__ 2 #define __Validation_RecoParticleFlow_TH2Analyzer__ 34 const int rebin,
const bool cst_binning=
true) :
41 Eval(rebin, binxmin, binxmax, cst_binning);
50 void Eval(
const int rebinFactor);
51 void Eval(
const int rebinFactor,
const int binxmin,
const int binxmax,
52 const bool cst_binning);
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
ClassDefOverride(TH2Analyzer, 1)
void SetHisto(const TH2 *h)
TH2Analyzer(const TH2 *h, int rebin=1)
void Eval(const int rebinFactor)
void ProcessSlice(const int i, TH1D *histo) const
void ProcessSlices(const TH2D *histo)
TH2Analyzer(const TH2 *h, const int binxmin, const int binxmax, const int rebin, const bool cst_binning=true)