CMS 3D CMS Logo

DTT0Handler.h
Go to the documentation of this file.
1 #ifndef DTT0Handler_H
2 #define DTT0Handler_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 
35 public:
38  DTT0Handler(const edm::ParameterSet& ps);
39 
42  ~DTT0Handler() override;
43 
46  void getNewObjects() override;
48  std::string id() const override;
49 
50 private:
53  unsigned int runNumber;
54 };
55 
56 #endif // DTT0Handler_H
unsigned int runNumber
Definition: DTT0Handler.h:53
std::string dataTag
Definition: DTT0Handler.h:51
void getNewObjects() override
Definition: DTT0Handler.cc:46
DTT0Handler(const edm::ParameterSet &ps)
Definition: DTT0Handler.cc:33
~DTT0Handler() override
Definition: DTT0Handler.cc:41
std::string fileName
Definition: DTT0Handler.h:52
std::string id() const override
Definition: DTT0Handler.cc:121