CMS 3D CMS Logo

HcalPFCutsHandler.h
Go to the documentation of this file.
1 #ifndef CondTools_Hcal_HcalPFCutsHandler_h
2 #define CondTools_Hcal_HcalPFCutsHandler_h
3 
4 #include <string>
5 
11 
12 class HcalPFCutsHandler : public popcon::PopConSourceHandler<HcalPFCuts> {
13 public:
14  void getNewObjects() override;
15  std::string id() const override { return m_name; }
16  ~HcalPFCutsHandler() override;
18 
19  void initObject(HcalPFCuts*);
20 
21 private:
22  unsigned int sinceTime;
26 };
27 #endif
edm::FileInPath fFile
HcalPFCuts * myDBObject
void initObject(HcalPFCuts *)
void getNewObjects() override
unsigned int sinceTime
std::string id() const override
~HcalPFCutsHandler() override
HcalPFCutsHandler(edm::ParameterSet const &)