CMS 3D CMS Logo

EcalLaser_weekly_Handler.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 
33 
36 
39 
43 
44 namespace edm {
45  class ParameterSet;
46  class Event;
47  class EventSetup;
48 } // namespace edm
49 
50 namespace popcon {
51  class EcalLaser_weekly_Handler : public popcon::PopConSourceHandler<EcalLaserAPDPNRatios> {
52  public:
53  void getNewObjects() override;
54  ~EcalLaser_weekly_Handler() override;
56 
57  std::string id() const override { return m_name; }
58 
59  private:
60  enum { kEBChannels = 61200, kEBEta = 85, kEEChannels = 14648 };
63  };
64 } // namespace popcon
65 #endif
EcalLaser_weekly_Handler(edm::ParameterSet const &)
const EcalLaserAPDPNRatios * myapdpns
HLT enums.