CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalL1TriggerObjectsHandler.h
Go to the documentation of this file.
1 #ifndef HcalL1TriggerObjectsHandler_h
2 #define HcalL1TriggerObjectsHandler_h
3 
4 // Radek Ofierzynski, 9.11.2008
5 
6 
7 #include <string>
8 #include <iostream>
9 #include <typeinfo>
10 #include <fstream>
11 
14 
19 // user include files
23 
24 
25 class HcalL1TriggerObjectsHandler : public popcon::PopConSourceHandler<HcalL1TriggerObjects>
26 {
27  public:
28  void getNewObjects();
29  std::string id() const { return m_name;}
32 
34 
35  private:
36  unsigned int sinceTime;
40 
41 };
42 #endif
HcalL1TriggerObjectsHandler(edm::ParameterSet const &)
void initObject(HcalL1TriggerObjects *)