CMS 3D CMS Logo

EcalTPGPhysicsConstfromFile.h
Go to the documentation of this file.
1 #ifndef ECAL_TPG_PHYSICSCONST_H
2 #define ECAL_TPG_PHYSICSCONST_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <time.h>
10 
13 
14 
25 
26 
27 
30 
34 
38 
39 namespace edm {
40  class ParameterSet;
41  class Event;
42  class EventSetup;
43 }
44 
45 namespace popcon {
46  class EcalTPGPhysicsConstfromFile : public popcon::PopConSourceHandler<EcalTPGPhysicsConst> {
47 
48  public:
51  void getNewObjects();
52 
53  std::string id() const { return m_name;}
54 
55  private:
57  };
58 }
59 #endif
60 
HLT enums.