73 hbheRHLabel_(iConfig.getUntrackedParameter<edm::InputTag>(
"hbheRHtag")),
74 hoRHLabel_(iConfig.getUntrackedParameter<edm::InputTag>(
"hoRHtag")),
75 hfRHLabel_(iConfig.getUntrackedParameter<edm::InputTag>(
"hfRHtag")),
76 hcalDigiLabel_(iConfig.getUntrackedParameter<edm::InputTag>(
"hcalDigiTag")),
77 hcalTrigLabel_(iConfig.getUntrackedParameter<edm::InputTag>(
"hcalTrigTag")),
78 doCalib_(iConfig.getUntrackedParameter<bool>(
"doCalib",
false)),
79 calibFC2GeV_(iConfig.getUntrackedParameter<double>(
"calibFC2GeV",0.2))
106 edm::LogError(
"HcalQLPlotAnal::analyze") <<
"No Trigger Data found, skip event";
114 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
121 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
130 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
138 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
148 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
157 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
167 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"Hcal Calib Digis not found";
edm::InputTag hbheRHLabel_
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
edm::InputTag hcalTrigLabel_
#define DEFINE_FWK_MODULE(type)
void processDigi(const HBHEDigiCollection &hbhedigic)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
HcalQLPlotAnal(const edm::ParameterSet &)
void processRH(const HBHERecHitCollection &hbherhc, const HBHEDigiCollection &hbhedgc)
void SetEventType(const HcalTBTriggerData &trigd)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
HcalQLPlotAnalAlgos * algo_
edm::InputTag hcalDigiLabel_