Geant4-11
Toggle main menu visibility
Main Page
Related Pages
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
l
m
n
o
p
q
r
s
t
u
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
m
n
p
r
s
t
w
y
Enumerations
a
b
c
d
e
f
g
l
m
p
r
s
t
v
y
z
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
y
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Enumerator
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
Related Functions
:
a
b
c
d
g
h
i
o
q
r
s
t
Files
File List
Globals
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
q
r
s
t
u
v
x
z
Enumerations
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
w
x
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
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
processes
hadronic
models
lend
src
MCGIDI_version.cc
Go to the documentation of this file.
1
/*
2
# <<BEGIN-copyright>>
3
# <<END-copyright>>
4
*/
5
6
#include "
MCGIDI.h
"
7
8
static
char
versionStr
[64] =
""
;
9
10
/*
11
========================================================================
12
*/
13
const
char
*
MCGIDI_version
(
void
) {
14
15
if
(
versionStr
[0] == 0 ) sprintf(
versionStr
,
"MCGIDI version %d.%d.%d"
,
MCGIDI_VERSION_MAJOR
,
MCGIDI_VERSION_MINOR
,
MCGIDI_VERSION_PATCHLEVEL
);
16
return
(
versionStr
);
17
}
18
/*
19
========================================================================
20
*/
21
int
MCGIDI_versionMajor
(
void
) {
return
(
MCGIDI_VERSION_MAJOR
); }
22
int
MCGIDI_versionMinor
(
void
) {
return
(
MCGIDI_VERSION_MINOR
); }
23
int
MCGIDI_versionPatchLevel
(
void
) {
return
(
MCGIDI_VERSION_PATCHLEVEL
); }
MCGIDI.h
MCGIDI_VERSION_MAJOR
#define MCGIDI_VERSION_MAJOR
Definition:
MCGIDI.h:8
MCGIDI_VERSION_PATCHLEVEL
#define MCGIDI_VERSION_PATCHLEVEL
Definition:
MCGIDI.h:10
MCGIDI_VERSION_MINOR
#define MCGIDI_VERSION_MINOR
Definition:
MCGIDI.h:9
versionStr
static char versionStr[64]
Definition:
MCGIDI_version.cc:8
MCGIDI_versionPatchLevel
int MCGIDI_versionPatchLevel(void)
Definition:
MCGIDI_version.cc:23
MCGIDI_versionMajor
int MCGIDI_versionMajor(void)
Definition:
MCGIDI_version.cc:21
MCGIDI_version
const char * MCGIDI_version(void)
Definition:
MCGIDI_version.cc:13
MCGIDI_versionMinor
int MCGIDI_versionMinor(void)
Definition:
MCGIDI_version.cc:22
Generated by
1.9.3