CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // ---------------------
32 // -- Class Interface --
33 // ---------------------
34 
36 
37  public:
38 
41  DTT0Handler( const edm::ParameterSet& ps );
42 
45  virtual ~DTT0Handler();
46 
49  void getNewObjects();
51  std::string id() const;
52 
53  private:
54 
57  unsigned int runNumber;
58 
59 };
60 
61 
62 #endif // DTT0Handler_H
63 
64 
65 
66 
67 
68 
unsigned int runNumber
Definition: DTT0Handler.h:57
std::string dataTag
Definition: DTT0Handler.h:55
std::string id() const
Definition: DTT0Handler.cc:139
DTT0Handler(const edm::ParameterSet &ps)
Definition: DTT0Handler.cc:34
void getNewObjects()
Definition: DTT0Handler.cc:49
virtual ~DTT0Handler()
Definition: DTT0Handler.cc:43
std::string fileName
Definition: DTT0Handler.h:56