96 h_Event_ = ibooker.
book1D(
"hEvent",
"Selection summary", 10, 0, 10);
97 h_hbhehit_ = ibooker.
book1D(
"hHBHEHit",
"Size of HBHE Collection", 200, 0, 2000);
98 h_hohit_ = ibooker.
book1D(
"hHOHit",
"Size of HO Collection", 200, 0, 2000);
99 h_hfhit_ = ibooker.
book1D(
"hHFHit",
"Size of HF Collection", 200, 0, 2000);
109 if (triggerResults.
isValid()) {
111 const std::vector<std::string> &triggerNames_ = triggerNames.
triggerNames();
112 for (
unsigned int iHLT = 0; iHLT < triggerResults->size(); iHLT++) {
113 int hlt = triggerResults->accept(iHLT);
115 if (triggerNames_[iHLT].
find(
trigName_) != std::string::npos) {
130 edm::LogInfo(
"HcalCalib") <<
"Cannot get hbhe product!" << std::endl;
138 edm::LogInfo(
"HcalCalib") <<
"Cannot get hf product!" << std::endl;
146 edm::LogInfo(
"HcalCalib") <<
"Cannot get ho product!" << std::endl;
T getUntrackedParameter(std::string const &, T const &) const
const edm::EventSetup & c
edm::EDGetTokenT< HBHERecHitCollection > hbhereco_
object to monitor
virtual void setCurrentFolder(std::string const &fullpath)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
MonitorElement * h_hohit_
#define DEFINE_FWK_MODULE(type)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Strings const & triggerNames() const
MonitorElement * h_Event_
edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const override
DQMHcalIsolatedBunchAlCaReco(const edm::ParameterSet &)
std::string folderName_
DQM folder name.
MonitorElement * h_hfhit_
edm::EDGetTokenT< HORecHitCollection > horeco_
edm::EDGetTokenT< HFRecHitCollection > hfreco_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
static std::string const triggerResults
Log< level::Info, false > LogInfo
MonitorElement * h_hbhehit_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< edm::TriggerResults > trigResult_
T getParameter(std::string const &) const
~DQMHcalIsolatedBunchAlCaReco() override
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())