CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
virtual ~DTTimeUnits()
Definition: DTTimeUnits.cc:35