CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGFineGrainTowerEEHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_TPG_FINEGRAINTOWEREE_HANDLER_H
2 #define ECAL_TPG_FINEGRAINTOWEREE_HANDLER_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <time.h>
10 
13 
14 
25 
26 
27 
30 
34 
38 
39 namespace edm {
40  class ParameterSet;
41  class Event;
42  class EventSetup;
43 }
44 
45 namespace popcon
46 {
47 
48 
49  class EcalTPGFineGrainTowerEEHandler : public popcon::PopConSourceHandler<EcalTPGFineGrainTowerEE>
50  {
51 
52  public:
55 
56  //std::map<std::string, int> makeTTEBDetId();
57 
58  void getNewObjects();
59 
60  std::map<std::string, int> makeTTEEDetId();
61 
62  std::string id() const { return m_name;}
63 
64  void readFromFile(const char* inputFile);
65  void writeFile(const char* inputFile);
66 
68 
69  private:
70  std::string to_string( char value[]) {
71  std::ostringstream streamOut;
72  streamOut << value;
73  return streamOut.str();
74  }
75 
76  unsigned int m_firstRun ;
77  unsigned int m_lastRun ;
78  std::map <std::string, int> mapDetEEId;
79 
80  std::string m_location;
81  std::string m_gentag;
82  std::string m_sid;
83  std::string m_user;
84  std::string m_pass;
85  std::string m_locationsource;
86  std::string m_name;
87  unsigned int m_runnr;
88  std::string m_runtype;
89  std::string m_i_tag;
91  unsigned int m_i_run_number;
93 
94 
95  };
96 }
97 #endif
98 
std::map< std::string, int > makeTTEEDetId()