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  class EcalIntercalibHandler : public popcon::PopConSourceHandler<EcalIntercalibConstants> {
54  public:
56  ~EcalIntercalibHandler() override;
57 
58  void getNewObjects() override;
60  void readTXT(const std::string& filename, EcalFloatCondObjectContainer& record);
61 
62  std::string id() const override { return m_name;}
64 
65  private:
68  unsigned int m_firstRun ;
71  };
72 }
73 #endif
74 
def readXML(fileName)
JetCorrectorParameters::Record record
Definition: classes.h:7
HLT enums.
const EcalIntercalibConstants * myintercalib
std::string id() const override