Bayeux
3.4.1
Core Foundation library for SuperNEMO
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