CMS 3D CMS Logo

DTOfflineSummaryClients.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * \author M. Pelliccioni - INFN Torino
5  *
6  * threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
7  *
8  */
9 
11 
12 // Framework
17 
20 
21 #include <string>
22 #include <cmath>
23 
24 using namespace edm;
25 using namespace std;
26 
28  LogVerbatim("DTDQM|DTMonitorClient|DTOfflineSummaryClients") << "[DTOfflineSummaryClients]: Constructor";
29 
30  bookingdone = false;
31 }
32 
34  LogVerbatim("DTDQM|DTMonitorClient|DTOfflineSummaryClients")
35  << "DTOfflineSummaryClients: analyzed " << nevents << " events";
36 }
37 
39 
41  DQMStore::IGetter& igetter,
42  edm::LuminosityBlock const& lumiSeg,
43  edm::EventSetup const& context) {
44  LogVerbatim("DTDQM|DTMonitorClient|DTOfflineSummaryClients")
45  << "[DTOfflineSummaryClients]: End of LS transition" << endl;
46 }
47 
49  LogVerbatim("DTDQM|DTMonitorClient|DTOfflineSummaryClients")
50  << "[DTOfflineSummaryClients]: end job. Performin client operation";
51 
52  // book the summary histos
53 
54  ibooker.setCurrentFolder("DT/EventInfo");
55  summaryReport = ibooker.bookFloat("reportSummary");
56  // Initialize to 1 so that no alarms are thrown at the beginning of the run
57  summaryReport->Fill(1.);
58 
59  summaryReportMap = ibooker.book2D("reportSummaryMap", "DT Report Summary Map", 12, 1, 13, 5, -2, 3);
60  summaryReportMap->setAxisTitle("sector", 1);
61  summaryReportMap->setAxisTitle("wheel", 2);
62 
63  ibooker.setCurrentFolder("DT/EventInfo/reportSummaryContents");
64 
65  for (int wheel = -2; wheel != 3; ++wheel) {
66  stringstream streams;
67  streams << "DT_Wheel" << wheel;
68  string meName = streams.str();
69 
70  theSummaryContents.push_back(ibooker.bookFloat(meName));
71  // Initialize to 1 so that no alarms are thrown at the beginning of the run
72  theSummaryContents[wheel + 2]->Fill(1.);
73  }
74 
75  // reset the monitor elements
77  summaryReport->Fill(0.);
78  for (int ii = 0; ii != 5; ++ii) {
79  theSummaryContents[ii]->Fill(0.);
80  }
81 
82  // Fill the map using, at the moment, only the information from DT chamber efficiency
83  // problems at a granularity smaller than the chamber are ignored
84  for (int wheel = -2; wheel <= 2; wheel++) { // loop over wheels
85  // retrieve the chamber efficiency summary
86  stringstream str;
87  str << "DT/05-ChamberEff/EfficiencyMap_All_W" << wheel;
88  MonitorElement* segmentWheelSummary = igetter.get(str.str());
89  if (segmentWheelSummary != nullptr) {
90  float nFailingChambers = 0.;
91 
92  for (int sector = 1; sector <= 12; sector++) { // loop over sectors
93 
94  double meaneff = 0.;
95  double errorsum = 0.;
96 
97  for (int station = 1; station != 5; ++station) { // loop over stations
98 
99  const double tmpefficiency = segmentWheelSummary->getBinContent(sector, station);
100  const double tmpvariance = pow(segmentWheelSummary->getBinError(sector, station), 2);
101 
102  if (tmpefficiency == 0 || tmpvariance == 0) {
103  nFailingChambers++;
104  continue;
105  }
106 
107  meaneff += tmpefficiency / tmpvariance;
108  errorsum += 1. / tmpvariance;
109 
110  if (tmpefficiency < 0.2)
111  nFailingChambers++;
112 
113  LogTrace("DTDQM|DTMonitorClient|DTOfflineSummaryClients")
114  << "Wheel: " << wheel << " Stat: " << station << " Sect: " << sector << " status: " << meaneff / errorsum
115  << endl;
116  }
117 
118  const double eff_result = meaneff / errorsum;
119 
120  if (eff_result > 0.7)
121  summaryReportMap->Fill(sector, wheel, 1.);
122  else if (eff_result < 0.7 && eff_result > 0.5)
123  summaryReportMap->Fill(sector, wheel, 0.6);
124  else if (eff_result < 0.5 && eff_result > 0.3)
125  summaryReportMap->Fill(sector, wheel, 0.4);
126  else if (eff_result < 0.3 && eff_result > 0.)
127  summaryReportMap->Fill(sector, wheel, 0.15);
128  }
129  theSummaryContents[wheel + 2]->Fill((48. - nFailingChambers) / 48.);
130  summaryReport->Fill(summaryReport->getFloatValue() + theSummaryContents[wheel + 2]->getFloatValue() / 5.);
131  } else {
132  LogWarning("DTDQM|DTMonitorClient|DTOfflineSummaryClients")
133  << " [DTOfflineSummaryClients] Segment Summary not found with name: " << str.str() << endl;
134  }
135  }
136 }
cmsHarvester.nevents
nevents
Definition: cmsHarvester.py:3177
DTOfflineSummaryClients::nevents
int nevents
Definition: DTOfflineSummaryClients.h:43
MessageLogger.h
dqm::implementation::IBooker::bookFloat
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
Definition: DQMStore.h:80
edm::LuminosityBlock
Definition: LuminosityBlock.h:50
edm::Run
Definition: Run.h:45
relativeConstraints.station
station
Definition: relativeConstraints.py:67
edm
HLT enums.
Definition: AlignableModifier.h:19
dqm::implementation::NavigatorBase::setCurrentFolder
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:32
DTOfflineSummaryClients::bookingdone
bool bookingdone
Definition: DTOfflineSummaryClients.h:45
DQMStore.h
dqm::legacy::MonitorElement
Definition: MonitorElement.h:461
Service.h
dqm::impl::MonitorElement::Fill
void Fill(long long x)
Definition: MonitorElement.h:290
dqm::impl::MonitorElement::Reset
virtual void Reset()
Remove all data from the ME, keept the empty histogram with all its settings.
Definition: MonitorElement.cc:354
str
#define str(s)
Definition: TestProcessor.cc:48
DTOfflineSummaryClients::theSummaryContents
std::vector< MonitorElement * > theSummaryContents
Definition: DTOfflineSummaryClients.h:49
dqm::impl::MonitorElement::getFloatValue
virtual double getFloatValue() const
Definition: MonitorElement.cc:917
edm::LogWarning
Definition: MessageLogger.h:141
edm::ParameterSet
Definition: ParameterSet.h:36
DTOfflineSummaryClients::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
EndJob.
Definition: DTOfflineSummaryClients.cc:48
Event.h
makeMuonMisalignmentScenario.wheel
wheel
Definition: makeMuonMisalignmentScenario.py:319
DTOfflineSummaryClients::~DTOfflineSummaryClients
~DTOfflineSummaryClients() override
Destructor.
Definition: DTOfflineSummaryClients.cc:33
DTOfflineSummaryClients::beginRun
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
Definition: DTOfflineSummaryClients.cc:38
edm::LogVerbatim
Definition: MessageLogger.h:297
edm::EventSetup
Definition: EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
alignCSCRings.r
r
Definition: alignCSCRings.py:93
DTOfflineSummaryClients::summaryReportMap
MonitorElement * summaryReportMap
Definition: DTOfflineSummaryClients.h:48
std
Definition: JetResolutionObject.h:76
DTOfflineSummaryClients.h
dqm::implementation::IGetter
Definition: DQMStore.h:484
dqm::implementation::IBooker::book2D
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
Definition: DQMStore.h:177
HLT_2018_cff.streams
streams
Definition: HLT_2018_cff.py:3574
DTOfflineSummaryClients::DTOfflineSummaryClients
DTOfflineSummaryClients(const edm::ParameterSet &ps)
Constructor.
Definition: DTOfflineSummaryClients.cc:27
dqm::implementation::IGetter::get
virtual MonitorElement * get(std::string const &fullpath) const
Definition: DQMStore.cc:651
EventSetup.h
DTOfflineSummaryClients::summaryReport
MonitorElement * summaryReport
Definition: DTOfflineSummaryClients.h:47
DTOfflineSummaryClients::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
EndLumi.
Definition: DTOfflineSummaryClients.cc:40
dqm::implementation::IBooker
Definition: DQMStore.h:43
funct::pow
Power< A, B >::type pow(const A &a, const B &b)
Definition: Power.h:30
LogTrace
#define LogTrace(id)
Definition: MessageLogger.h:671
ParameterSet.h
dqm::impl::MonitorElement::getBinError
virtual double getBinError(int binx) const
get uncertainty on content of bin (1-D) - See TH1::GetBinError for details
Definition: MonitorElement.cc:610
dqm::impl::MonitorElement::setAxisTitle
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
Definition: MonitorElement.cc:800
dqm::impl::MonitorElement::getBinContent
virtual double getBinContent(int binx) const
get content of bin (1-D)
Definition: MonitorElement.cc:592
cuy.ii
ii
Definition: cuy.py:590