CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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() override;
12  std::string id() const override { return m_name; }
13  ~L1TriggerScalerHandler() override;
15 
16 private:
18  unsigned long long m_since;
19 
20  // for reading from omds
21 
23 
29  int m_port;
30 };
31 
32 #endif
std::string id() const override
L1TriggerScalerHandler(const edm::ParameterSet &pset)