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 
14 
25 
26 
27 
30 
33 
36 
39 
43 
44 namespace edm {
45  class ParameterSet;
46  class Event;
47  class EventSetup;
48 }
49 
50 namespace popcon {
51  class EcalTPGPedfromFile : public popcon::PopConSourceHandler<EcalTPGPedestals> {
52 
53  public:
54  void getNewObjects() override;
55  ~EcalTPGPedfromFile() override;
57 
58  std::string id() const override { return m_name;}
59 
60  private:
61  enum { kEBChannels = 61200, kEEChannels = 14648, kGains = 3};
63  };
64 }
65 #endif
std::string id() const override
HLT enums.