CMS 3D CMS Logo

RPCDBPerformanceHandler.h
Go to the documentation of this file.
1 #ifndef RPCDBPerformanceHandler_H
2 #define RPCDBPerformanceHandler_H
3 
4 #include <vector>
5 #include <string>
6 #include <iostream>
7 #include <typeinfo>
8 
10 
13 
15 
16 class RPCDBSimSetUp;
17 
18 class RPCDBPerformanceHandler : public popcon::PopConSourceHandler<RPCStripNoises> {
19 public:
20  void getNewObjects() override;
21  ~RPCDBPerformanceHandler() override;
23  std::string id() const override;
24 
25 private:
26  unsigned long long m_since;
29 };
30 
31 #endif
RPCDBPerformanceHandler(const edm::ParameterSet &pset)
std::string id() const override