CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPedestalsHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_PEDESTALS_HANDLER_H
2 #define ECAL_PEDESTALS_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 
36 
40 
44 
45 namespace edm {
46  class ParameterSet;
47  class Event;
48  class EventSetup;
49 }
50 
51 namespace popcon
52 {
53 
54 
55  class EcalPedestalsHandler : public popcon::PopConSourceHandler<EcalPedestals>
56  {
57 
58  public:
62  void getNewObjects();
63  void getNewObjectsP5();
64  void getNewObjectsH2();
65  std::string id() const { return m_name;}
67 
68  private:
70 
71  unsigned int m_firstRun ;
72  unsigned int m_lastRun ;
73 
74  std::string m_location;
75  std::string m_gentag;
76  std::string m_sid;
77  std::string m_user;
78  std::string m_pass;
79  std::string m_locationsource;
80  std::string m_name;
81 
82 
83 
84  };
85 }
86 #endif
87 
bool checkPedestal(EcalPedestals::Item *item)
EcalPedestalsHandler(edm::ParameterSet const &)
const EcalPedestals * mypedestals