CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalIntercalibHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_INTERCALIB_HANDLER_H
2 #define ECAL_INTERCALIB_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 
35 
39 
40 
41 
43 #include <string>
44 
45 
46 namespace edm {
47  class ParameterSet;
48  class Event;
49  class EventSetup;
50 }
51 
52 namespace popcon
53 {
54 
55 
56  class EcalIntercalibHandler : public popcon::PopConSourceHandler<EcalIntercalibConstants>
57  {
58 
59  public:
62 
63  void getNewObjects();
64 
65  std::string id() const { return m_name;}
67 
68 
69 
70  private:
72 
73  unsigned int m_firstRun ;
74  unsigned int m_lastRun ;
75 
76  std::string m_location;
77  std::string m_gentag;
78  std::string m_sid;
79  std::string m_user;
80  std::string m_pass;
81  std::string m_locationsource;
82  std::string m_name;
83  std::string m_file_lowfield;
84  std::string m_file_highfield;
86 
87 
88  };
89 }
90 #endif
91 
EcalIntercalibHandler(edm::ParameterSet const &)
const EcalIntercalibConstants * myintercalib