CMS 3D CMS Logo

EcalTPGPhysicsConstHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_TPG_PHYSICSCONST_HANDLER_H
2 #define ECAL_TPG_PHYSICSCONST_HANDLER_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 
44  class EcalTPGPhysicsConstHandler : public popcon::PopConSourceHandler<EcalTPGPhysicsConst> {
45  public:
47  ~EcalTPGPhysicsConstHandler() override;
48 
49  void getNewObjects() override;
50 
51  std::string id() const override { return m_name; }
52 
53  void readFromFile(const char* inputFile);
54  void writeFile(const char* inputFile);
55 
57 
58  private:
60  std::ostringstream streamOut;
61  streamOut << value;
62  return streamOut.str();
63  }
64 
66 
67  unsigned int m_firstRun;
68  unsigned int m_lastRun;
69 
77  unsigned int m_runnr;
81  unsigned int m_i_run_number;
85  };
86 } // namespace popcon
87 #endif
EcalTPGPhysicsConstHandler(edm::ParameterSet const &)
const EcalTPGPhysicsConst * m_physicsConst
Definition: value.py:1
HLT enums.