src
CondTools
DT
interface
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
30
class
DTDBDataHandle
{
31
public
:
34
DTDBDataHandle
();
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
DTDBDataHandle::DTDBDataHandle
DTDBDataHandle()
Definition:
DTDBDataHandle.cc:31
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
DTDBDataHandle::toBool
static bool toBool(short s)
Definition:
DTDBDataHandle.cc:49
ztail.d
d
Definition:
ztail.py:151
DTDBDataHandle::toShort
static short toShort(bool b)
Definition:
DTDBDataHandle.cc:59
b
double b
Definition:
hdecay.h:120
DTDBDataHandle
Definition:
DTDBDataHandle.h:30
DTDBDataHandle::~DTDBDataHandle
virtual ~DTDBDataHandle()
Definition:
DTDBDataHandle.cc:36
DTDBDataHandle::nearestInt
static int nearestInt(double d)
Definition:
DTDBDataHandle.cc:41
Generated for CMSSW Reference Manual by
1.8.14