CMS 3D CMS Logo

CentralitypADQM.h
Go to the documentation of this file.
1 #ifndef CentralitypADQM_H
2 #define CentralitypADQM_H
3 
9 
12 
17 
20 class DQMStore;
21 
23 
24  public:
25  explicit CentralitypADQM(const edm::ParameterSet& ps);
26  ~CentralitypADQM() override;
27 
28  protected:
29  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
30 
31  private:
32  void bookHistograms(DQMStore::IBooker& bei, edm::Run const&,
33  edm::EventSetup const&) override;
34 
35  // void bookHistos(DQMStore * bei );
36  // DQMStore* bei_;
37 
41 
45 
48 
52 
53 
55  // Histograms
57 
58  // Histograms - Centrality
81 
85 
87 
93 
100 
104 
105 };
106 
107 #endif
MonitorElement * h_hiNtracksEtaCut
MonitorElement * h_hiHF
CentralitypADQM(const edm::ParameterSet &ps)
MonitorElement * h_ep_castor2
MonitorElement * h_hiNtracks
MonitorElement * h_hiEB
edm::InputTag centralityTag_
MonitorElement * h_ep_HFm1
MonitorElement * h_hiZDC
MonitorElement * h_hiHFhitMinus
MonitorElement * h_ep_HFp3
MonitorElement * h_hiHFplusEta4
MonitorElement * h_ep_trackm1
edm::InputTag vertexTag_
~CentralitypADQM() override
MonitorElement * h_ep_trackp2
MonitorElement * h_vertex_y
edm::Handle< int > centralityBin_
MonitorElement * h_ep_HFm3
MonitorElement * h_hiHFhit
edm::EDGetTokenT< int > centralityBinToken
MonitorElement * h_hiEE
MonitorElement * h_hiEEminus
MonitorElement * h_hiNpix
MonitorElement * h_hiHFminusEta4
MonitorElement * h_hiEEplus
MonitorElement * h_ep_trackp1
edm::EDGetTokenT< reco::EvtPlaneCollection > eventplaneToken
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
MonitorElement * h_ep_trackmid3
MonitorElement * h_hiNpixelTracks
MonitorElement * h_hiNtracksPtCut
MonitorElement * h_hiHFhitPlus
edm::InputTag centralityBinTag_
edm::EDGetTokenT< reco::Centrality > centralityToken
MonitorElement * h_cent_bin
MonitorElement * h_ep_trackm2
MonitorElement * h_ep_HFp2
MonitorElement * h_ep_castor1
MonitorElement * h_hiZDCminus
MonitorElement * h_hiET
MonitorElement * h_ep_trackmid2
MonitorElement * h_hiHFminus
edm::Handle< reco::Centrality > centrality_
MonitorElement * h_hiNtracksEtaPtCut
edm::Handle< std::vector< reco::Vertex > > vertex_
edm::InputTag eventplaneTag_
MonitorElement * h_ep_HFp1
MonitorElement * h_hiHFplus
MonitorElement * h_vertex_x
MonitorElement * h_vertex_z
MonitorElement * h_hiZDCplus
MonitorElement * h_ep_HFm2
edm::EDGetTokenT< std::vector< reco::Vertex > > vertexToken
Definition: Run.h:43
void bookHistograms(DQMStore::IBooker &bei, edm::Run const &, edm::EventSetup const &) override