CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTPGParametersHandler.h
Go to the documentation of this file.
1 #ifndef DTTPGParametersHandler_H
2 #define DTTPGParametersHandler_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 DTTPGParametersHandler: public popcon::PopConSourceHandler<DTTPGParameters> {
36 
37  public:
38 
42 
45  virtual ~DTTPGParametersHandler();
46 
49  void getNewObjects();
51  std::string id() const;
52 
53  private:
54 
55  std::string dataTag;
56  std::string fileName;
57  unsigned int runNumber;
58 
59 };
60 
61 
62 #endif // DTTPGParametersHandler_H
63 
64 
65 
66 
67 
68 
DTTPGParametersHandler(const edm::ParameterSet &ps)