CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTriggerEfficiencyTest.h
Go to the documentation of this file.
1 #ifndef DTTriggerEfficiencyTest_H
2 #define DTTriggerEfficiencyTest_H
3 
4 
17 
18 #include <string>
19 
20 class DTTrigGeomUtils;
21 
23 
24 public:
25 
28 
30  virtual ~DTTriggerEfficiencyTest();
31 
32 protected:
33 
35  void makeEfficiencyME(TH2F* numerator, TH2F* denominator, MonitorElement* result2DWh, MonitorElement* result1DWh, MonitorElement* result1D);
36 
38  void makeEfficiencyME(TH2F* numerator, TH2F* denominator, MonitorElement* result2DWh);
39 
41  void bookHistos(std::string hTag,std::string folder);
42 
44  void bookWheelHistos(int wheel,std::string hTag,std::string folder);
45 
47  void bookChambHistos(DTChamberId chambId, std::string htype , std::string folder = "");
48 
50  std::string getMEName(std::string histoTag, std::string folder, int wh);
51 
53  void beginJob();
54 
56  void beginRun(const edm::Run& r, const edm::EventSetup& c);
57 
59  void runClientDiagnostic();
60 
61 
62 
63  private:
64 
65  std::map<std::string, MonitorElement*> globalEffDistr;
66  std::map<int,std::map<std::string,MonitorElement*> > EffDistrPerWh;
67  std::map<uint32_t,std::map<std::string,MonitorElement*> > chambME;
70 
71 };
72 
73 #endif
void makeEfficiencyME(TH2F *numerator, TH2F *denominator, MonitorElement *result2DWh, MonitorElement *result1DWh, MonitorElement *result1D)
Compute 1D/2D efficiency plots.
void bookWheelHistos(int wheel, std::string hTag, std::string folder)
Book the new MEs (for each wheel)
void bookChambHistos(DTChamberId chambId, std::string htype, std::string folder="")
Book the new MEs (for each chamber)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
std::map< int, std::map< std::string, MonitorElement * > > EffDistrPerWh
DTTriggerEfficiencyTest(const edm::ParameterSet &ps)
Constructor.
std::map< std::string, MonitorElement * > globalEffDistr
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
void bookHistos(std::string hTag, std::string folder)
Book the new MEs (global)
virtual ~DTTriggerEfficiencyTest()
Destructor.
std::string getMEName(std::string histoTag, std::string folder, int wh)
Get the ME name (by wheel)
void runClientDiagnostic()
DQM Client Diagnostic.
Definition: Run.h:33