36 totalDCSFraction = ibooker.
bookFloat(
"DTDCSSummary");
37 totalDCSFraction->
Fill(-1);
39 for (
int wheel = -2; wheel != 3; ++wheel) {
41 streams <<
"DT_Wheel" << wheel;
42 dcsFractions[wheel] = ibooker.
bookFloat(streams.str());
43 dcsFractions[wheel]->
Fill(-1);
~DTDCSSummary() override
Destructor.
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
virtual void setCurrentFolder(std::string const &fullpath)
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
DTDCSSummary(const edm::ParameterSet &pset)
Constructor.