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 <ctime>
10 
13 
24 
27 
31 
35 
36 namespace edm {
37  class ParameterSet;
38  class Event;
39  class EventSetup;
40 } // namespace edm
41 
42 namespace popcon {
43  class EcalTPGPhysicsConstfromFile : public popcon::PopConSourceHandler<EcalTPGPhysicsConst> {
44  public:
47  void getNewObjects() override;
48 
49  std::string id() const override { return m_name; }
50 
51  private:
53  };
54 } // namespace popcon
55 #endif
HLT enums.
EcalTPGPhysicsConstfromFile(edm::ParameterSet const &)