CMS 3D CMS Logo

ESOccupancyTask.h
Go to the documentation of this file.
1 #ifndef ESOccupancyTask_H
2 #define ESOccupancyTask_H
3 
7 
9 
11 public:
13  ~ESOccupancyTask() override {}
14 
15 private:
16  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
17  void analyze(const edm::Event&, const edm::EventSetup&) override;
18 
19  // ----------member data ---------------------------
22 
33 
35 };
36 
37 #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