CMS 3D CMS Logo

EcalLaser_weekly_Linearization.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 
37 
38 namespace edm {
39  class ParameterSet;
40  class Event;
41  class EventSetup;
42 } // namespace edm
43 
44 namespace popcon {
45  class EcalLaser_weekly_Linearization : public popcon::PopConSourceHandler<EcalTPGLinearizationConst> {
46  public:
47  void getNewObjects() override;
50 
51  std::string id() const override { return m_name; }
52 
53  private:
54  enum { kEBChannels = 61200, kEEChannels = 14648, kGains = 3 };
55  // const EcalLaserAPDPNRatios * myapdpns;
57  };
58 } // namespace popcon
59 #endif
HLT enums.