1 #ifndef HCALDIGISVALIDATION_H
2 #define HCALDIGISVALIDATION_H
58 HistLim(
int nbin,
double mini,
double maxi)
59 :
n(nbin),
min(mini),
max(maxi) {
77 std::map<std::string, MonitorElement*> *
msm_;
edm::ESHandle< CaloGeometry > geometry
void reco(const edm::Event &iEvent, const edm::EventSetup &iSetup)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
void book1D(std::string name, int n, double min, double max)
void bookPf(std::string name, HistLim limX, HistLim limY)
std::map< std::string, MonitorElement * > * msm_
const T & max(const T &a, const T &b)
MonitorElement * monitor(std::string name)
void fillPf(std::string name, double X, double Y)
void fill2D(std::string name, double X, double Y, double weight=1)
HcalDigisValidation(const edm::ParameterSet &)
void book2D(std::string name, HistLim limX, HistLim limY)
void fill1D(std::string name, double X, double weight=1)
edm::ESHandle< HcalDbService > conditions
void booking(std::string subdetopt, int bnoise, int bmc)
HistLim(int nbin, double mini, double maxi)