Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Alignment
CocoaUtilities
interface
CocoaGlobals.h
Go to the documentation of this file.
1
#ifndef __GLOBALS_HH
2
#define __GLOBALS_HH
3
4
//#include <ospace/std/string>
5
#include <string>
6
#include <cfloat>
7
#include <cmath>
8
9
typedef
std::string
ALIstring
;
10
11
typedef
long
double
ALIdouble
;
12
13
typedef
float
ALIfloat
;
14
15
typedef
int
ALIint
;
16
17
typedef
unsigned
int
ALIuint
;
18
19
typedef
bool
ALIbool
;
20
21
//const double ZERO = 1.E-50
22
const
ALIdouble
PI
=
M_PI
;
//2 * acos(0.0);
23
24
const
double
ALI_DBL_MAX
= DBL_MAX;
25
const
double
ALI_DBL_MIN
= 10. /
ALI_DBL_MAX
;
26
27
namespace
CLHEP
{}
28
29
#endif
PI
Definition:
PayloadInspector.h:21
ALIbool
bool ALIbool
Definition:
CocoaGlobals.h:19
ALIstring
std::string ALIstring
Definition:
CocoaGlobals.h:9
CLHEP
Definition:
CocoaGlobals.h:27
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ALI_DBL_MAX
const double ALI_DBL_MAX
Definition:
CocoaGlobals.h:24
ALIdouble
long double ALIdouble
Definition:
CocoaGlobals.h:11
ALIuint
unsigned int ALIuint
Definition:
CocoaGlobals.h:17
M_PI
#define M_PI
Definition:
BXVectorInputProducer.cc:49
ALI_DBL_MIN
const double ALI_DBL_MIN
Definition:
CocoaGlobals.h:25
ALIint
int ALIint
Definition:
CocoaGlobals.h:15
ALIfloat
float ALIfloat
Definition:
CocoaGlobals.h:13
Generated for CMSSW Reference Manual by
1.8.16