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
mctools
mctools_config.h
Go to the documentation of this file.
1
3
#ifndef MCTOOLS_MCTOOLS_CONFIG_H
4
#define MCTOOLS_MCTOOLS_CONFIG_H 1
5
6
/*** mctools debug flag ***/
7
#define MCTOOLS_WITH_DEBUG 0
8
9
/*** mctools embedded Boost/Serialization based I/O ***/
10
#define MCTOOLS_WITH_BIO 1
11
12
/*** mctools embedded CAMP-based reflection ***/
13
#define MCTOOLS_WITH_REFLECTION 1
14
15
/*** mctools embedded G4 interface ***/
16
#define MCTOOLS_WITH_G4 1
17
18
/*** mctools embedded G4 visualization interface ***/
19
#define MCTOOLS_WITH_G4_G4VIS_USE 1
20
21
#if MCTOOLS_WITH_G4_G4VIS_USE == 1
22
#ifndef G4VIS_USE
23
/* #undef G4VIS_USE */
24
#endif
25
#ifndef G4VIS_USE_OPENGLX
26
/* #undef G4VIS_USE_OPENGLX */
27
#endif
28
// #ifndef G4VIS_USE_OPENGLXM
29
/* #undef G4VIS_USE_OPENGLXM */
30
// #endif
31
// #ifndef G4VIS_USE_OPENGLQT
32
/* #undef G4VIS_USE_OPENGLQT */
33
// #endif
34
#endif
35
36
#endif // MCTOOLS_MCTOOLS_CONFIG_H
37
38
// Local Variables: --
39
// mode: c++ --
40
// c-file-style: "gnu" --
41
// tab-width: 2 --
42
// End: --
Generated by
1.8.15