CMS 3D CMS Logo

HcalZDCLowGainFractionsHandler.h
Go to the documentation of this file.
1 #ifndef HcalZDCLowGainFractionsHandler_h
2 #define HcalZDCLowGainFractionsHandler_h
3 
4 #include <string>
5 #include <iostream>
6 #include <typeinfo>
7 #include <fstream>
8 
11 
16 // user include files
20 
21 class HcalZDCLowGainFractionsHandler : public popcon::PopConSourceHandler<HcalZDCLowGainFractions> {
22 public:
23  void getNewObjects() override;
24  std::string id() const override { return m_name; }
27 
29 
30 private:
31  unsigned int sinceTime;
35 };
36 #endif
HcalZDCLowGainFractionsHandler(edm::ParameterSet const &)
void initObject(HcalZDCLowGainFractions *)