CMS 3D CMS Logo

DTLocalTriggerEfficiencyTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerEfficiencyTest_H
2 #define DTLocalTriggerEfficiencyTest_H
3 
16 
17 class DTTrigGeomUtils;
18 
20 public:
23 
26 
27 protected:
30 
33 
36 
38  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
39 
41 
44 
45  const int wheelArrayShift = 3;
46 
47 private:
48  std::map<uint32_t, std::map<std::string, MonitorElement*> > chambME;
50 
52 };
53 
54 #endif
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
void makeEfficiencyME(TH1D *numerator, TH1D *denominator, MonitorElement *result)
Compute efficiency plots.
void Bookings(DQMStore::IBooker &, DQMStore::IGetter &)
void makeEfficiencyME2D(TH2F *numerator, TH2F *denominator, MonitorElement *result)
Compute 2D efficiency plots.
~DTLocalTriggerEfficiencyTest() override
Destructor.
void bookChambHistos(DQMStore::IBooker &, DTChamberId chambId, std::string htype)
Book the new MEs (for each chamber)
void runClientDiagnostic(DQMStore::IBooker &, DQMStore::IGetter &) override
DQM Client Diagnostic.
DTLocalTriggerEfficiencyTest(const edm::ParameterSet &ps)
Constructor.
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
Definition: Run.h:45