CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDQMStatusReader.h
Go to the documentation of this file.
1 #ifndef EcalDQMStatusReader_h
2 #define EcalDQMStatusReader_h
3 
4 /*
5  * \file EcalDQMStatusReader.h
6  *
7  * \author G. Della Ricca
8  *
9 */
10 
11 #include <string>
12 
17 
20 
22 
23 public:
24 
26 virtual ~EcalDQMStatusReader() {};
27 
28 void analyze(const edm::Event & e, const edm::EventSetup & c) {};
29 
30 void beginRun(const edm::Run & r, const edm::EventSetup & c);
31 
32 private:
33 
34 bool verbose_;
35 
36 };
37 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
EcalDQMStatusReader(const edm::ParameterSet &ps)
Definition: Run.h:41