KaliVeda
1.14/2
Toolkit for HIC analysis
KVVersion.h
1
#ifndef __KV_VERSION_H
2
#define __KV_VERSION_H
3
/*
4
C++ preprocessor directives set when project is configured
5
*/
6
7
/* Root directory of installation */
8
#define KV_ROOT "/usr/local"
9
10
/* String with version information */
11
#define KV_VERSION "1.14/2"
12
#define KV_MAJOR_VERSION 1
13
#define KV_MINOR_VERSION 14
14
#define KV_PATCH_VERSION 2
15
16
/* Date when project was built */
17
#define KV_BUILD_DATE "2024-12-19"
18
19
/* Time when project was built */
20
#define KV_BUILD_TIME "16:17:36"
21
22
/* Username of person who performed the build */
23
#define KV_BUILD_USER ""
24
25
/* Directory containing the sources for the build */
26
#define KV_SOURCE_DIR "/tmp/kaliveda/src"
27
28
/* Directory used for the build */
29
#define KV_BUILD_DIR "/tmp/kaliveda"
30
31
/* CMake build type (Release, Debug, RelWithDebInfo, ...) */
32
#define KV_BUILD_TYPE "RelWithDebInfo"
33
34
/* String with ROOT version information */
35
#define KV_ROOT_VERSION "6.32.09"
36
37
/* Directory with class templates */
38
#define TEMPLATEDIR /usr/local/share/kaliveda/templates
39
40
/* Directory with configuration files */
41
#define ETCDIR /usr/local/share/kaliveda/etc
42
43
/* Directory with data files used by classes */
44
#define DATADIR /usr/local/share/kaliveda
45
46
/* Directory containing class libraries */
47
#define LIBDIR /usr/local/lib
48
49
/* Directory containing header files */
50
#define INCDIR /usr/local/include/kaliveda
51
52
/* Directory containing executables */
53
#define BINDIR /usr/local/bin
54
55
/* Directory containing dataset files */
56
#define DATASETDIR /usr/local/share/kaliveda
57
#endif
kaliveda.doxygen
KVMultiDet
base
KVVersion.h
Generated on Fri Jan 17 2025 15:03:21 for KaliVeda by
1.9.1