CMS 3D CMS Logo

EcalPedestalsHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_PEDESTALS_HANDLER_H
2 #define ECAL_PEDESTALS_HANDLER_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <ctime>
10 
13 
24 
33 
37 
41 
42 namespace edm {
43  class ParameterSet;
44  class Event;
45  class EventSetup;
46 } // namespace edm
47 
48 namespace popcon {
49 
50  class EcalPedestalsHandler : public popcon::PopConSourceHandler<EcalPedestals> {
51  public:
53  ~EcalPedestalsHandler() override;
55  void getNewObjects() override;
56  void getNewObjectsP5();
57  void getNewObjectsH2();
58  void readPedestalFile();
59  void readPedestalMC();
60  void readPedestalTree();
61  void readPedestalTimestamp();
62  void readPedestal2017();
63  std::string id() const override { return m_name; }
65 
66  private:
68 
69  unsigned int m_firstRun;
70  unsigned int m_lastRun;
71 
81  int m_runtype;
83  };
84 } // namespace popcon
85 #endif
bool checkPedestal(EcalPedestals::Item *item)
EcalPedestalsHandler(edm::ParameterSet const &)
const EcalPedestals * mypedestals
HLT enums.
std::string id() const override