CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
11 
14 
15 
17 
18 class RPCDBSimSetUp;
19 
20 
22  public:
23  void getNewObjects();
26  std::string id() const;
27 
28  private:
29 
30  unsigned long long m_since;
31  std::string dataTag;
33  };
34 
35 #endif
RPCDBPerformanceHandler(const edm::ParameterSet &pset)