CMS 3D CMS Logo

EfficiencyPlotter.h
Go to the documentation of this file.
1 #ifndef EfficiencyPlotter_H
2 #define EfficiencyPlotter_H
3 
4 
13 
18 
19 #include <memory>
20 #include <iostream>
21 #include <string>
22 #include <vector>
23 #include <map>
24 #include "TH1F.h"
25 
27 
28 public:
29 
32 
34  virtual ~EfficiencyPlotter();
35 
36 protected:
37 
39  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
40 
41 
42 private:
43 
44  // counters
45  int nevents;
46  unsigned int nLumiSegs;
48  int run;
49  // Switch for verbosity
51 
54 
55  //histo binning parameters
56  int etaBin;
57  double etaMin;
58  double etaMax;
59 
60  int ptBin;
61  double ptMin;
62  double ptMax;
63 
64  int phiBin;
65  double phiMin;
66  double phiMax;
67 
68  int vtxBin;
69  double vtxMin;
70  double vtxMax;
71 
73 
74  // efficiency histograms
87 
94 
98 
103 };
104 
105 #endif
MonitorElement * h_eff_vtx_EE_detIsoID
EfficiencyPlotter(const edm::ParameterSet &ps)
Constructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
DQM Client Diagnostic.
unsigned int nLumiSegs
MonitorElement * h_eff_pt_EE_pfIsoID
MonitorElement * h_eff_pt_EB_pfIsodBID
virtual ~EfficiencyPlotter()
Destructor.
MonitorElement * h_eff_pt_EB_pfIsoID
MonitorElement * h_eff_pt_pfIsoID
MonitorElement * h_eff_vtx_EB_pfIsodBID
MonitorElement * h_eff_pt_EB_detIsoID
MonitorElement * h_eff_pt_ID
MonitorElement * h_eff_vtx_EE_pfIsoID
MonitorElement * h_eff_vtx_detIsoID
edm::ParameterSet parameters
MonitorElement * h_eff_phi_ID
MonitorElement * h_eff_eta_ID
MonitorElement * h_eff_pt_detIsoID
MonitorElement * h_eff_vtx_pfIsodBID
MonitorElement * h_eff_vtx_EE_pfIsodBID
MonitorElement * h_eff_hp_eta_ID
MonitorElement * h_eff_pt_EE_pfIsodBID
MonitorElement * h_eff_pt_pfIsodBID
MonitorElement * h_eff_vtx_pfIsoID
MonitorElement * h_eff_pt_EE_detIsoID
MonitorElement * h_eff_vtx_EB_pfIsoID
MonitorElement * h_eff_pt_EB_ID
MonitorElement * h_eff_pt_EE_ID
MonitorElement * h_eff_vtx_EB_detIsoID