CMS 3D CMS Logo

ESOccupancyTask.h
Go to the documentation of this file.
1 #ifndef ESOccupancyTask_H
2 #define ESOccupancyTask_H
3 
7 
9 
12 
14 public:
16  ~ESOccupancyTask() override {}
17 
18 private:
19  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
20  void analyze(const edm::Event&, const edm::EventSetup&) override;
21 
22  // ----------member data ---------------------------
25 
36 
38 };
39 
40 #endif
MonitorElement * hSelOCC_[2][2]
MonitorElement * hSelEng_[2][2]
MonitorElement * hRecOCC_[2][2]
MonitorElement * hEvEng_[2][2]
MonitorElement * hEng_[2][2]
~ESOccupancyTask() override
std::string prefixME_
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * hE1E2_[2]
MonitorElement * hSelEnDensity_[2][2]
ESOccupancyTask(const edm::ParameterSet &ps)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * hEnDensity_[2][2]
MonitorElement * hGoodRecNHit_[2][2]
MonitorElement * hRecNHit_[2][2]
edm::EDGetTokenT< ESRecHitCollection > rechittoken_
Definition: Run.h:45