CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/CondFormats/DTObjects/interface/DTVelocityUnits.h

Go to the documentation of this file.
00001 #ifndef DTVelocityUnits_H
00002 #define DTVelocityUnits_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 DTVelocityUnits {
00034 
00035  public:
00036 
00037   enum type { cm_per_count, cm_per_ns };
00038 
00041   virtual ~DTVelocityUnits();
00042 
00043  private:
00046   DTVelocityUnits();
00049 
00050 
00051 
00052 
00053 };
00054 
00055 
00056 #endif // DTVelocityUnits_H
00057 
00058 
00059 
00060 
00061 
00062