CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESPedestalTask.h
Go to the documentation of this file.
1 #ifndef ESPedestalTask_H
2 #define ESPedestalTask_H
3 
7 
9 
11 
12 class MonitorElement;
13 
14 class ESPedestalTask : public DQMEDAnalyzer {
15 
16  public:
17 
19  virtual ~ESPedestalTask() {}
20 
21  private:
22 
23  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
24  void analyze(const edm::Event&, const edm::EventSetup&) override;
25  void endJob(void);
26 
31 
32  MonitorElement* meADC_[4288][32];
33 
34  int nLines_, runNum_, ievt_, senCount_[2][2][40][40];
37 
38 };
39 
40 #endif
void endJob(void)
std::string outputFile_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::FileInPath lookup_
ESPedestalTask(const edm::ParameterSet &ps)
edm::EDGetTokenT< ESDigiCollection > digitoken_
int senCount_[2][2][40][40]
MonitorElement * meADC_[4288][32]
std::string prefixME_
Definition: Run.h:41
virtual ~ESPedestalTask()
void analyze(const edm::Event &, const edm::EventSetup &) override