Bayeux
3.4.1
Core Foundation library for SuperNEMO
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Variables
+
Typedefs
a
b
c
d
e
f
g
h
i
m
o
p
r
s
u
v
w
+
Enumerations
a
b
c
d
e
g
m
n
o
p
r
s
u
v
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
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
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
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
+
Related Functions
b
c
h
i
m
o
p
s
v
+
Files
File List
+
File Members
+
All
_
b
c
d
e
g
m
Functions
+
Macros
_
b
c
d
e
g
m
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
bayeux
geomtools
geomtools_config.h
Go to the documentation of this file.
1
3
#ifndef GEOMTOOLS_GEOMTOOLS_CONFIG_H
4
#define GEOMTOOLS_GEOMTOOLS_CONFIG_H 1
5
6
/*** geomtools debug flag ***/
7
#define GEOMTOOLS_WITH_DEBUG 0
8
9
/*** geomtools embedded Boost/Serialization based I/O ***/
10
#define GEOMTOOLS_WITH_BIO 1
11
12
/*** geomtools embedded CAMP-based reflection ***/
13
#define GEOMTOOLS_WITH_REFLECTION 1
14
15
/*** geomtools use the readline support ***/
16
#define GEOMTOOLS_WITH_READLINE 1
17
18
#define GEOMTOOLS_GDML_SCHEMA_LOCAL_PATH ""
19
20
#define GEOMTOOLS_DEFAULT_TOLERANCE (1.e-7*CLHEP::mm)
21
22
#define GEOMTOOLS_DEFAULT_ANGULAR_TOLERANCE (1.e-12*CLHEP::degree)
23
24
#define GEOMTOOLS_ZERO_TOLERANCE 0.0
25
26
#define GEOMTOOLS_PROPER_TOLERANCE -1.0
27
28
#if GEOMTOOLS_WITH_GNUPLOT_DISPLAY == 1
29
#define GEOMTOOLS_GNUPLOT_EXECUTABLE ""
30
#endif
31
32
#define GEOMTOOLS_WITH_GNUPLOT_DISPLAY 1
33
34
#define GEOMTOOLS_WITH_ROOT_DISPLAY 1
35
36
#define GEOMTOOLS_ENV_RESOURCE_DIR "GEOMTOOLS_RESOURCE_DIR"
37
38
#endif // GEOMTOOLS_GEOMTOOLS_CONFIG_H
39
40
/*
41
** Local Variables: --
42
** mode: c++ --
43
** c-file-style: "gnu" --
44
** tab-width: 2 --
45
** End: --
46
*/
Generated by
1.8.15