CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondTools/DT/interface/DTDBDataHandle.h

Go to the documentation of this file.
00001 #ifndef DTDBDataHandle_H
00002 #define DTDBDataHandle_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 DTDBDataHandle {
00034 
00035 public:
00036 
00039   DTDBDataHandle();
00040 
00043   virtual ~DTDBDataHandle();
00044 
00047 
00048   static   int nearestInt( double d );
00049   static  bool toBool( short s );
00050   static short toShort( bool b );
00051 
00052  private:
00053 
00054 
00055 };
00056 
00057 
00058 #endif // DTDBDataHandle_H
00059