Go to the documentation of this file.
34 if (!igetter.
get(
"CertificationSummary")) {
35 totalCertFraction = ibooker.
bookFloat(
"CertificationSummary");
36 totalCertFraction->
Fill(-1);
39 certMap = ibooker.
book2D(
"CertificationSummaryMap",
"DT Certification Summary Map", 12, 1, 13, 5, -2, 3);
41 certMap->setAxisTitle(
"wheel", 2);
60 MonitorElement* effSummary = igetter.
get(
"DT/05-ChamberEff/EfficiencyGlbSummary");
65 if (effSummary ==
nullptr || resSummary ==
nullptr || segQualSummary ==
nullptr) {
66 LogWarning(
"DQM|DTMonitorClient|DTCertificationSummary")
67 <<
"*** Warning: not all needed summaries are present!" << endl;
72 totalCertFraction->Fill(0.);
73 certFractions[-2]->Fill(0.);
74 certFractions[-1]->Fill(0.);
75 certFractions[-0]->Fill(0.);
76 certFractions[1]->Fill(0.);
77 certFractions[2]->Fill(0.);
82 for (
int sector = 1; sector != 13; ++sector) {
99 totalCertFraction->Fill(totalCertFraction->getFloatValue() +
totalWeight *
total);
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
~DTCertificationSummary() override
Destructor.
virtual void setCurrentFolder(std::string const &fullpath)
DTCertificationSummary(const edm::ParameterSet &pset)
Constructor.
Log< level::Warning, false > LogWarning
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
virtual MonitorElement * get(std::string const &fullpath) const
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
DQM Client Diagnostic in online mode.
void endRun(const edm::Run &run, const edm::EventSetup &setup) override
void beginRun(const edm::Run &run, const edm::EventSetup &setup) override
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
virtual double getBinContent(int binx) const
get content of bin (1-D)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
DQM Client Diagnostic in offline mode.