CMS 3D CMS Logo

DTStatusFlagHandler.h
Go to the documentation of this file.
1 #ifndef DTStatusFlagHandler_H
2 #define DTStatusFlagHandler_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 DTStatusFlagHandler : public popcon::PopConSourceHandler<DTStatusFlag> {
35 public:
39 
42  ~DTStatusFlagHandler() override;
43 
46  void getNewObjects() override;
48  std::string id() const override;
49 
50 private:
53  unsigned int runNumber;
54 };
55 
56 #endif // DTStatusFlagHandler_H
DTStatusFlagHandler(const edm::ParameterSet &ps)
std::string id() const override
void getNewObjects() override