CMS 3D CMS Logo

ME0HitsValidation.h
Go to the documentation of this file.
1 #ifndef ME0HitsValidation_H
2 #define ME0HitsValidation_H
3 
5 
6 
7 
9 {
10 public:
11  explicit ME0HitsValidation( const edm::ParameterSet& );
12  ~ME0HitsValidation() override;
13  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
14  void analyze(const edm::Event& e, const edm::EventSetup&) override;
15  private:
16 
20 
25 
26  Int_t npart;
27 
28 
29 };
30 
31 #endif
MonitorElement * me0_sh_elossMu[2][6]
MonitorElement * me0_sh_zr[2][6]
MonitorElement * me0_sh_tot_zr[2]
MonitorElement * me0_sh_xy[2][6]
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
~ME0HitsValidation() override
void analyze(const edm::Event &e, const edm::EventSetup &) override
MonitorElement * me0_sh_tofMu[2][6]
ME0HitsValidation(const edm::ParameterSet &)
MonitorElement * me0_sh_tof[2][6]
MonitorElement * me0_sh_eloss[2][6]
Definition: Run.h:43