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:
16  std::string m_name;
17  unsigned long long m_since;
18 
19  // for reading from omds
20 
21  std::string m_connectionString;
22 
23  std::string m_authpath;
24  std::string m_host;
25  std::string m_sid;
26  std::string m_user;
27  std::string m_pass;
28  int m_port;
29 };
30 
31 #endif
L1TriggerScalerHandler(const edm::ParameterSet &pset)