75 : hcalDigiLabel_(iConfig.getUntrackedParameter<
edm::
InputTag>(
"hcalDigiTag")),
76 doCalib_(iConfig.getUntrackedParameter<
bool>(
"doCalib",
false)),
77 calibFC2GeV_(iConfig.getUntrackedParameter<double>(
"calibFC2GeV", 0.2)) {
100 if (!
trig.isValid()) {
101 edm::LogError(
"HcalQLPlotAnal::analyze") <<
"No Trigger Data found, skip event";
109 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
116 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
125 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
133 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
143 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
152 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
162 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"Hcal Calib Digis not found";
edm::EDGetTokenT< HcalCalibDigiCollection > tok_calib_
void analyze(const edm::Event &, const edm::EventSetup &) override
T getParameter(std::string const &) const
edm::EDGetTokenT< HBHERecHitCollection > tok_hbherec_
void processDigi(const HBHEDigiCollection &hbhedigic)
Log< level::Error, false > LogError
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
T getUntrackedParameter(std::string const &, T const &) const
HcalQLPlotAnal(const edm::ParameterSet &)
edm::EDGetTokenT< HORecHitCollection > tok_horec_
void processRH(const HBHERecHitCollection &hbherhc, const HBHEDigiCollection &hbhedgc)
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< HcalTBTriggerData > tok_tb_
void SetEventType(const HcalTBTriggerData &trigd)
edm::EDGetTokenT< HFRecHitCollection > tok_hfrec_
edm::EDGetTokenT< HODigiCollection > tok_ho_
~HcalQLPlotAnal() override=default
Log< level::Warning, false > LogWarning
HcalQLPlotAnalAlgos * algo_
edm::InputTag hcalDigiLabel_