CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondFormats/DTObjects/interface/DTTimeUnits.h

Go to the documentation of this file.
00001 #ifndef DTTimeUnits_H
00002 #define DTTimeUnits_H
00003 
00014 //----------------------
00015 // Base Class Headers --
00016 //----------------------
00017 
00018 
00019 //------------------------------------
00020 // Collaborating Class Declarations --
00021 //------------------------------------
00022 
00023 
00024 //---------------
00025 // C++ Headers --
00026 //---------------
00027 
00028 
00029 //              ---------------------
00030 //              -- Class Interface --
00031 //              ---------------------
00032 
00033 class DTTimeUnits {
00034 
00035  public:
00036 
00037   enum type { counts, ns };
00038 
00041   virtual ~DTTimeUnits();
00042 
00043  private:
00046   DTTimeUnits();
00049 
00050 
00051 
00052 
00053 };
00054 
00055 
00056 #endif // DTTimeUnits_H
00057 
00058 
00059 
00060 
00061 
00062