CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalCondDBReader.h
Go to the documentation of this file.
1 #ifndef EcalCondDBReader_H
2 #define EcalCondDBReader_H
3 
9 #include "DBReaderWorkers.h"
10 
11 #include "TFormula.h"
12 
14  public:
17 
18  private:
19  void analyze(edm::Event const&, edm::EventSetup const&);
20 
21  // DON'T CHANGE - ORDER MATTERS IN DB
22  enum Tasks {
23  Integrity = 0,
24  Cosmic = 1,
25  Laser = 2,
26  Pedestal = 3,
27  Presample = 4,
28  TestPulse = 5,
29  BeamCalo = 6,
30  BeamHodo = 7,
32  Cluster = 9,
33  Timing = 10,
34  Led = 11,
35  RawData = 12,
36  Occupancy = 13,
37  nTasks = 14
38  };
39 
45 
47  bool executed_;
48 };
49 
50 #endif
ecaldqm::MESet * meSet_
ecaldqm::DBReaderWorker * worker_
EcalCondDBInterface * db_
void analyze(edm::Event const &, edm::EventSetup const &)
std::string formula_
EcalCondDBReader(edm::ParameterSet const &)