CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBPedestalOnlineTask.h
Go to the documentation of this file.
1 #ifndef EBPedestalOnlineTask_H
2 #define EBPedestalOnlineTask_H
3 
4 /*
5  * \file EBPedestalOnlineTask.h
6  *
7  * $Date: 2012/04/27 13:46:00 $
8  * $Revision: 1.20 $
9  * \author G. Della Ricca
10  *
11 */
12 
16 
17 class MonitorElement;
18 class DQMStore;
19 
21 
22 public:
23 
26 
28 virtual ~EBPedestalOnlineTask();
29 
30 protected:
31 
33 void analyze(const edm::Event& e, const edm::EventSetup& c);
34 
36 void beginJob(void);
37 
39 void endJob(void);
40 
42 void beginRun(const edm::Run & r, const edm::EventSetup & c);
43 
45 void endRun(const edm::Run & r, const edm::EventSetup & c);
46 
48 void reset(void);
49 
51 void setup(void);
52 
54 void cleanup(void);
55 
56 private:
57 
58 int ievt_;
59 
61 
62 std::string prefixME_;
63 
64  std::string subfolder_;
65 
67 
69 
71 
73 
74 bool init_;
75 
76 };
77 
78 #endif
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
virtual ~EBPedestalOnlineTask()
Destructor.
edm::InputTag EBDigiCollection_
MonitorElement * mePedMapG12_[36]
void endJob(void)
EndJob.
void beginJob(void)
BeginJob.
void cleanup(void)
Cleanup.
EBPedestalOnlineTask(const edm::ParameterSet &ps)
Constructor.
Definition: Run.h:33