Go to the documentation of this file.
65 h_Event_ = ibooker.
book1D(
"hEvent",
"Selection summary", 10, 0, 10);
66 h_hbhehit_ = ibooker.
book1D(
"hHBHEHit",
"Size of HBHE Collection", 200, 0, 2000);
67 h_hohit_ = ibooker.
book1D(
"hHOHit",
"Size of HO Collection", 200, 0, 2000);
68 h_hfhit_ = ibooker.
book1D(
"hHFHit",
"Size of HF Collection", 200, 0, 2000);
80 const std::vector<std::string> &triggerNames_ =
triggerNames.triggerNames();
81 for (
unsigned int iHLT = 0; iHLT <
triggerResults->size(); iHLT++) {
84 if (triggerNames_[iHLT].
find(
trigName_) != std::string::npos) {
98 if (!
hbhe.isValid()) {
99 edm::LogInfo(
"HcalCalib") <<
"Cannot get hbhe product!" << std::endl;
107 edm::LogInfo(
"HcalCalib") <<
"Cannot get hf product!" << std::endl;
115 edm::LogInfo(
"HcalCalib") <<
"Cannot get ho product!" << std::endl;
MonitorElement * h_hbhehit_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
std::string folderName_
DQM folder name.
~DQMHcalIsolatedBunchAlCaReco() override
static const std::string triggerResults
virtual void setCurrentFolder(std::string const &fullpath)
T getUntrackedParameter(std::string const &, T const &) const
Log< level::Info, false > LogInfo
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
edm::EDGetTokenT< edm::TriggerResults > trigResult_
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
edm::EDGetTokenT< HBHERecHitCollection > hbhereco_
object to monitor
MonitorElement * h_hfhit_
MonitorElement * h_hohit_
MonitorElement * h_Event_
DQMHcalIsolatedBunchAlCaReco(const edm::ParameterSet &)
T getParameter(std::string const &) const
edm::EDGetTokenT< HFRecHitCollection > hfreco_
edm::EDGetTokenT< HORecHitCollection > horeco_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())