CMS 3D CMS Logo

EcalTPGFineGrainEBGroupHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_TPG_FINEGRAINEBGROUP_HANDLER_H
2 #define ECAL_TPG_FINEGRAINEBGROUP_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 EcalTPGFineGrainEBGroupHandler : public popcon::PopConSourceHandler<EcalTPGFineGrainEBGroup> {
45  public:
48 
49  std::map<std::string, int> makeTTEBDetId();
50 
51  void getNewObjects() override;
52 
53  std::string id() const override { return m_name; }
54 
55  void readFromFile(const char* inputFile);
56  void writeFile(const char* inputFile);
57 
59 
60  private:
62  std::ostringstream streamOut;
63  streamOut << value;
64  return streamOut.str();
65  }
66 
67  unsigned int m_firstRun;
68  unsigned int m_lastRun;
69  std::map<std::string, int> mapDetEBId;
70 
78  unsigned int m_runnr;
82  unsigned int m_i_run_number;
84  };
85 } // namespace popcon
86 #endif
std::map< std::string, int > makeTTEBDetId()
Definition: value.py:1
HLT enums.