39 if (bookingdone)
return;
43 totalDCSFraction = ibooker.
bookFloat(
"DTDCSSummary");
44 totalDCSFraction->
Fill(-1);
46 for(
int wheel = -2; wheel != 3; ++wheel) {
48 streams <<
"DT_Wheel" << wheel;
49 dcsFractions[wheel] = ibooker.
bookFloat(streams.str());
50 dcsFractions[wheel]->
Fill(-1);
void setCurrentFolder(const std::string &fullpath)
virtual ~DTDCSSummary()
Destructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
MonitorElement * bookFloat(Args &&...args)
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
DTDCSSummary(const edm::ParameterSet &pset)
Constructor.