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 // ---------------------
32 // -- Class Interface --
33 // ---------------------
34 
35 class DTReadOutMappingHandler: public popcon::PopConSourceHandler<DTReadOutMapping> {
36 
37  public:
38 
42 
45  ~DTReadOutMappingHandler() override;
46 
49  void getNewObjects() override;
51  std::string id() const override;
52 
53  private:
54 
57  unsigned int runNumber;
58 
59 };
60 
61 
62 #endif // DTReadOutMappingHandler_H
63 
64 
65 
66 
67 
68 
std::string id() const override
DTReadOutMappingHandler(const edm::ParameterSet &ps)