CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <time.h>
10 
13 
14 
25 
26 
27 
30 
33 
36 
40 
41 namespace edm {
42  class ParameterSet;
43  class Event;
44  class EventSetup;
45 }
46 
47 namespace popcon
48 {
49  class EcalLaser_weekly_Linearization : public popcon::PopConSourceHandler<EcalTPGLinearizationConst>
50  {
51 
52  public:
53  void getNewObjects();
56 
57  std::string id() const { return m_name;}
58 
59  private:
60  enum { kEBChannels = 61200, kEEChannels = 14648, kGains = 3};
61  // const EcalLaserAPDPNRatios * myapdpns;
63  };
64 }
65 #endif