CMS 3D CMS Logo

DTDBDataHandle.h
Go to the documentation of this file.
1 #ifndef DTDBDataHandle_H
2 #define DTDBDataHandle_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
17 
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
22 
23 
24 //---------------
25 // C++ Headers --
26 //---------------
27 
28 
29 // ---------------------
30 // -- Class Interface --
31 // ---------------------
32 
34 
35 public:
36 
40 
43  virtual ~DTDBDataHandle();
44 
47  static int nearestInt( double d );
49  static bool toBool( short s );
50  static short toShort( bool b );
51 
52  private:
53 
54 
55 };
56 
57 
58 #endif // DTDBDataHandle_H
59 
static bool toBool(short s)
static short toShort(bool b)
double b
Definition: hdecay.h:120
virtual ~DTDBDataHandle()
static int nearestInt(double d)