CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TriggerScalerHandler.h
Go to the documentation of this file.
1 #ifndef L1TRIGGERSCALER_HANDLER_H
2 #define L1TRIGGERSCALER_HANDLER_H
3 
4 #include <string>
8 
9 class L1TriggerScalerHandler : public popcon::PopConSourceHandler<L1TriggerScaler>{
10  public:
11  void getNewObjects();
12  std::string id() const { return m_name;}
15  private:
17  unsigned long long m_since;
18 
19  // for reading from omds
20 
22 
28  int m_port;
29 };
30 
31 #endif
L1TriggerScalerHandler(const edm::ParameterSet &pset)