CMS 3D CMS Logo

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 <ctime>
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:
61  ~EcalIntercalibHandler() override;
62 
63  void getNewObjects() override;
65 
66  std::string id() const override { return m_name;}
68 
69 
70 
71  private:
73 
74  unsigned int m_firstRun ;
75  unsigned int m_lastRun ;
76 
87 
88 
89  };
90 }
91 #endif
92 
def readXML(fileName)
JetCorrectorParameters::Record record
Definition: classes.h:7
HLT enums.
const EcalIntercalibConstants * myintercalib
std::string id() const override