CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 // Collaborating Class Declarations --
20 //------------------------------------
21 
22 //---------------
23 // C++ Headers --
24 //---------------
25 
26 // ---------------------
27 // -- Class Interface --
28 // ---------------------
29 
31 public:
35 
38  virtual ~DTDBDataHandle();
39 
42  static int nearestInt(double d);
44  static bool toBool(short s);
45  static short toShort(bool b);
46 
47 private:
48 };
49 
50 #endif // DTDBDataHandle_H
static bool toBool(short s)
tuple d
Definition: ztail.py:151
static short toShort(bool b)
double b
Definition: hdecay.h:118
virtual ~DTDBDataHandle()
static int nearestInt(double d)