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  * $Date: 2010/08/09 09:00:10 $
8  * $Revision: 1.3 $
9  * \author G. Della Ricca
10  *
11 */
12 
13 #include <string>
14 
19 
22 
24 
25 public:
26 
28 virtual ~EcalDQMStatusReader() {};
29 
30 void analyze(const edm::Event & e, const edm::EventSetup & c) {};
31 
32 void beginRun(const edm::Run & r, const edm::EventSetup & c);
33 
34 private:
35 
36 bool verbose_;
37 
38 };
39 #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:33