CMS 3D CMS Logo

CentralitypADQM.h
Go to the documentation of this file.
1 #ifndef CentralitypADQM_H
2 #define CentralitypADQM_H
3 
9 
12 
16 
19 
21 public:
22  explicit CentralitypADQM(const edm::ParameterSet& ps);
23  ~CentralitypADQM() override;
24 
25 protected:
26  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
27 
28 private:
29  void bookHistograms(DQMStore::IBooker& bei, edm::Run const&, edm::EventSetup const&) override;
30 
31  // void bookHistos(DQMStore * bei );
32  // DQMStore* bei_;
33 
37 
41 
44 
48 
50  // Histograms
52 
53  // Histograms - Centrality
76 
80 
82 };
83 
84 #endif
MonitorElement * h_hiNtracksEtaCut
MonitorElement * h_hiHF
CentralitypADQM(const edm::ParameterSet &ps)
MonitorElement * h_hiNtracks
MonitorElement * h_hiEB
edm::InputTag centralityTag_
MonitorElement * h_hiZDC
MonitorElement * h_hiHFhitMinus
MonitorElement * h_hiHFplusEta4
edm::InputTag vertexTag_
~CentralitypADQM() override
MonitorElement * h_vertex_y
edm::Handle< int > centralityBin_
MonitorElement * h_hiHFhit
edm::EDGetTokenT< int > centralityBinToken
MonitorElement * h_hiEE
MonitorElement * h_hiEEminus
MonitorElement * h_hiNpix
MonitorElement * h_hiHFminusEta4
MonitorElement * h_hiEEplus
edm::EDGetTokenT< reco::EvtPlaneCollection > eventplaneToken
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
MonitorElement * h_hiNpixelTracks
MonitorElement * h_hiNtracksPtCut
MonitorElement * h_hiHFhitPlus
edm::InputTag centralityBinTag_
edm::EDGetTokenT< reco::Centrality > centralityToken
MonitorElement * h_cent_bin
MonitorElement * h_hiZDCminus
MonitorElement * h_hiET
MonitorElement * h_hiHFminus
edm::Handle< reco::Centrality > centrality_
MonitorElement * h_hiNtracksEtaPtCut
edm::Handle< std::vector< reco::Vertex > > vertex_
edm::InputTag eventplaneTag_
MonitorElement * h_hiHFplus
MonitorElement * h_vertex_x
MonitorElement * h_vertex_z
MonitorElement * h_hiZDCplus
edm::EDGetTokenT< std::vector< reco::Vertex > > vertexToken
Definition: Run.h:45
void bookHistograms(DQMStore::IBooker &bei, edm::Run const &, edm::EventSetup const &) override