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 
8 class MonitorElement;
9 class DQMStore;
10 
12 
13  public:
14 
16  virtual ~ESPedestalTask();
17 
18  private:
19 
20  void beginJob(void);
21  void analyze(const edm::Event&, const edm::EventSetup&);
22  void endJob(void);
23  void setup(void);
24  void reset(void);
25  void cleanup(void);
26  void beginRun(const edm::Run & r, const edm::EventSetup & c);
27  void endRun(const edm::Run& r, const edm::EventSetup& c);
28 
33 
35  bool mergeRuns_;
36 
38  MonitorElement* meADC_[4288][32];
39 
40  bool init_;
41  int nLines_, runNum_, ievt_, senCount_[2][2][40][40];
44 
45 };
46 
47 #endif
void reset(void)
void endJob(void)
std::string outputFile_
edm::FileInPath lookup_
virtual ~ESPedestalTask()
void analyze(const edm::Event &, const edm::EventSetup &)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
edm::InputTag digilabel_
DQMStore * dqmStore_
void setup(void)
ESPedestalTask(const edm::ParameterSet &ps)
void endRun(const edm::Run &r, const edm::EventSetup &c)
int senCount_[2][2][40][40]
void beginJob(void)
MonitorElement * meADC_[4288][32]
std::string prefixME_
Definition: Run.h:36
void cleanup(void)