1 #ifndef RecoParticleFlow_Benchmark_Benchmark_h 2 #define RecoParticleFlow_Benchmark_Benchmark_h 29 PhaseSpace(
int n,
float m,
float M) : n(n), m(m), M(M) {}
100 const char *histname,
114 const char *histname,
TH1F * book1D(DQMStore::IBooker &b, const char *histname, const char *title, int nbins, float xmin, float xmax)
book a 1D histogram, either through IBooker or plain root
PhaseSpace(int n, float m, float M)
virtual void setDirectory(TDirectory *dir)
virtual ~Benchmark()(false)
void setParameters(Mode mode)
TH2F * book2D(DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float xmin, float xmax, int nbinsy, float ymin, float ymax)
book a 2D histogram, either through IBooker or plain root
Benchmark(Mode mode=DEFAULT)
void setRange(float ptMin, float ptMax, float etaMin, float etaMax, float phiMin, float phiMax)
bool isInRange(float pt, float eta, float phi) const
TProfile * bookProfile(DQMStore::IBooker &b, const char *histname, const char *title, int nbinsx, float xmin, float xmax, float ymin, float ymax, const char *option)
book a TProfile, either through IBooker or plain root