CMS 3D CMS Logo

ME0RecHitsValidation.h
Go to the documentation of this file.
1 #ifndef ME0RecHitsValidation_H
2 #define ME0RecHitsValidation_H
3 
5 
6 //Data Format
10 
11 
12 
13 
15 {
16 public:
17  explicit ME0RecHitsValidation( const edm::ParameterSet& );
19  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
20  void analyze(const edm::Event& e, const edm::EventSetup&) override;
21  private:
22 
25 
30 
32 
33  Int_t npart;
34 
35 
36 };
37 
38 #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:42