CMS 3D CMS Logo

DTTimeUnits.h
Go to the documentation of this file.
1 #ifndef DTTimeUnits_H
2 #define DTTimeUnits_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
17 
18 //------------------------------------
19 // Collaborating Class Declarations --
20 //------------------------------------
21 
22 //---------------
23 // C++ Headers --
24 //---------------
25 
26 // ---------------------
27 // -- Class Interface --
28 // ---------------------
29 
30 class DTTimeUnits {
31 public:
32  enum type { counts, ns };
33 
36  virtual ~DTTimeUnits();
37 
38 private:
41  DTTimeUnits();
44 };
46 
47 #endif // DTTimeUnits_H
DTTimeUnits::~DTTimeUnits
virtual ~DTTimeUnits()
Definition: DTTimeUnits.cc:35
DTTimeUnits::ns
Definition: DTTimeUnits.h:32
DTTimeUnits::type
type
Definition: DTTimeUnits.h:32
DTTimeUnits::DTTimeUnits
DTTimeUnits()
Definition: DTTimeUnits.cc:30
DTTimeUnits
Definition: DTTimeUnits.h:30
DTTimeUnits::counts
Definition: DTTimeUnits.h:32