CMS 3D CMS Logo

DTLocalTriggerEfficiencyTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerEfficiencyTest_H
2 #define DTLocalTriggerEfficiencyTest_H
3 
4 
18 
19 
20 class DTTrigGeomUtils;
21 
23 
24 public:
25 
28 
31 
32 protected:
33 
36 
39 
41  void makeEfficiencyME2D(TH2F* numerator, TH2F* denominator, MonitorElement* result);
42 
44  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
45 
46 
48 
51 
52  const int wheelArrayShift = 3;
53 
54  private:
55 
56  std::map<uint32_t,std::map<std::string,MonitorElement*> > chambME;
58 
60 
61 };
62 
63 #endif
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.
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
~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:43