CMS 3D CMS Logo

EcalTPGPedfromFile.h
Go to the documentation of this file.
1 #ifndef ECAL_LASER_HANDLER_H
2 #define ECAL_LASER_HANDLER_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <ctime>
10 
13 
24 
27 
30 
33 
36 
40 
41 namespace edm {
42  class ParameterSet;
43  class Event;
44  class EventSetup;
45 } // namespace edm
46 
47 namespace popcon {
48  class EcalTPGPedfromFile : public popcon::PopConSourceHandler<EcalTPGPedestals> {
49  public:
50  void getNewObjects() override;
51  ~EcalTPGPedfromFile() override;
53 
54  std::string id() const override { return m_name; }
55 
56  private:
57  enum { kEBChannels = 61200, kEEChannels = 14648, kGains = 3 };
59  };
60 } // namespace popcon
61 #endif
EcalTPGPedfromFile(edm::ParameterSet const &)
std::string id() const override
HLT enums.