Go to the documentation of this file.
76 : hcalDigiLabel_(iConfig.getUntrackedParameter<
edm::
InputTag>(
"hcalDigiTag")),
77 doCalib_(iConfig.getUntrackedParameter<
bool>(
"doCalib",
false)),
78 calibFC2GeV_(iConfig.getUntrackedParameter<double>(
"calibFC2GeV", 0.2)) {
106 if (!
trig.isValid()) {
107 edm::LogError(
"HcalQLPlotAnal::analyze") <<
"No Trigger Data found, skip event";
115 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
122 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HBHE Digis/RecHits not found";
131 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
139 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HO Digis/RecHits not found";
149 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
158 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"One of HF Digis/RecHits not found";
168 edm::LogWarning(
"HcalQLPlotAnal::analyze") <<
"Hcal Calib Digis not found";
edm::EDGetTokenT< HcalTBTriggerData > tok_tb_
~HcalQLPlotAnal() override
HcalQLPlotAnalAlgos * algo_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
edm::EDGetTokenT< HORecHitCollection > tok_horec_
void processDigi(const HBHEDigiCollection &hbhedigic)
T getUntrackedParameter(std::string const &, T const &) const
void analyze(const edm::Event &, const edm::EventSetup &) override
void SetEventType(const HcalTBTriggerData &trigd)
Log< level::Warning, false > LogWarning
HcalQLPlotAnal(const edm::ParameterSet &)
edm::InputTag hcalDigiLabel_
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< HODigiCollection > tok_ho_
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
edm::EDGetTokenT< HFRecHitCollection > tok_hfrec_
Log< level::Error, false > LogError
edm::EDGetTokenT< HBHERecHitCollection > tok_hbherec_
edm::EDGetTokenT< HcalCalibDigiCollection > tok_calib_
T getParameter(std::string const &) const
void processRH(const HBHERecHitCollection &hbherhc, const HBHEDigiCollection &hbhedgc)