CMS 3D CMS Logo

DTReadOutMappingHandler.h
Go to the documentation of this file.
1 #ifndef DTReadOutMappingHandler_H
2 #define DTReadOutMappingHandler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
24 
25 //---------------
26 // C++ Headers --
27 //---------------
28 #include <string>
29 
30 // ---------------------
31 // -- Class Interface --
32 // ---------------------
33 
34 class DTReadOutMappingHandler : public popcon::PopConSourceHandler<DTReadOutMapping> {
35 public:
39 
42  ~DTReadOutMappingHandler() override;
43 
46  void getNewObjects() override;
48  std::string id() const override;
49 
50 private:
53  unsigned int runNumber;
54 };
55 
56 #endif // DTReadOutMappingHandler_H
std::string id() const override
DTReadOutMappingHandler(const edm::ParameterSet &ps)