CMS 3D CMS Logo

EcalTPGTPModeHandler.h
Go to the documentation of this file.
1 #ifndef CONDTOOLS_ECAL_ECALTPGTPMODEHANDLER_H
2 #define CONDTOOLS_ECAL_ECALTPGTPMODEHANDLER_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 
33 
35 
36 namespace edm {
37  class ParameterSet;
38  class Event;
39  class EventSetup;
40 } // namespace edm
41 
42 namespace popcon {
43 
44  class EcalTPGTPModeHandler : public popcon::PopConSourceHandler<EcalTPGTPMode> {
45  public:
47  ~EcalTPGTPModeHandler() override;
48 
49  void getNewObjects() override;
50 
51  std::string id() const override { return m_name; }
52 
53  void readtxtFile();
54  // void readxmlFile();
55 
56  void readFromFile(const char* inputFile);
57  void writeFile(const char* inputFile);
58 
60 
61  private:
63  std::ostringstream streamOut;
64  streamOut << value;
65  return streamOut.str();
66  }
67 
68  unsigned int m_firstRun;
69  unsigned int m_lastRun;
70 
78  unsigned int m_runnr;
84  unsigned int m_i_run_number;
86  };
87 } // namespace popcon
88 #endif
std::string to_string(char value[])
void readFromFile(const char *inputFile)
EcalTPGTPModeHandler(edm::ParameterSet const &)
Definition: value.py:1
void writeFile(const char *inputFile)
std::string id() const override
HLT enums.