CMS 3D CMS Logo

EcalTPGLinConstHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_TPG_LINCONST_HANDLER_H
2 #define ECAL_TPG_LINCONST_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 EcalTPGLinConstHandler : public popcon::PopConSourceHandler<EcalTPGLinearizationConst> {
45  public:
47  ~EcalTPGLinConstHandler() 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;
82  int m_i_lin;
83  };
84 } // namespace popcon
85 #endif
std::string id() const override
std::string to_string(char value[])
const EcalTPGLinearizationConst * m_linearizationConst
Definition: value.py:1
void readFromFile(const char *inputFile)
EcalTPGLinConstHandler(edm::ParameterSet const &)
HLT enums.
void writeFile(const char *inputFile)