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 
10 class MonitorElement;
11 class DQMStore;
12 
14 
15  public:
16 
18  virtual ~ESPedestalTask();
19 
20  private:
21 
22  void beginJob(void);
23  void analyze(const edm::Event&, const edm::EventSetup&);
24  void endJob(void);
25  void setup(void);
26  void reset(void);
27  void cleanup(void);
28  void beginRun(const edm::Run & r, const edm::EventSetup & c);
29  void endRun(const edm::Run& r, const edm::EventSetup& c);
30 
35 
37  bool mergeRuns_;
38 
40  MonitorElement* meADC_[4288][32];
41 
42  bool init_;
43  int nLines_, runNum_, ievt_, senCount_[2][2][40][40];
46 
47 };
48 
49 #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)
DQMStore * dqmStore_
void setup(void)
ESPedestalTask(const edm::ParameterSet &ps)
edm::EDGetTokenT< ESDigiCollection > digitoken_
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:41
void cleanup(void)