CMS 3D CMS Logo

ME0RecHitsValidation.h
Go to the documentation of this file.
1 #ifndef ME0RecHitsValidation_H
2 #define ME0RecHitsValidation_H
3 
6 
8 public:
9  explicit ME0RecHitsValidation(const edm::ParameterSet &);
10  ~ME0RecHitsValidation() override;
11  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
12  void analyze(const edm::Event &e, const edm::EventSetup &) override;
13 
14 private:
17 
22 
24 
25  Int_t npart;
26 };
27 
28 #endif
edm::EDGetToken InputTagToken_RecHit
MonitorElement * me0_rh_DeltaX[2][6]
MonitorElement * me0_rh_PullY[2][6]
void analyze(const edm::Event &e, const edm::EventSetup &) override
MonitorElement * me0_rh_xy[2][6]
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
ME0RecHitsValidation(const edm::ParameterSet &)
MonitorElement * me0_rh_zr[2]
MonitorElement * me0_rh_PullX[2][6]
MonitorElement * me0_rh_DeltaY[2][6]
Definition: Run.h:45