Geant4 VMC
Version 6.7
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
c
d
e
f
g
i
l
m
n
p
r
s
t
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
o
s
t
Functions
Variables
Typedefs
Enumerations
Enumerator
f
k
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
source
global
include
TG4ApplicationState.h
Go to the documentation of this file.
1
#ifndef TG4_APPLICATION_STATE_H
2
#define TG4_APPLICATION_STATE_H
3
4
//------------------------------------------------
5
// The Geant4 Virtual Monte Carlo package
6
// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7
// All rights reserved.
8
//
9
// For the licensing terms see geant4_vmc/LICENSE.
10
// Contact: root-vmc@cern.ch
11
//-------------------------------------------------
12
17
20
21
enum
TG4ApplicationState
22
{
23
kPreInit
,
24
kConstructGeometry
,
25
kConstructOpGeometry
,
26
kMisalignGeometry
,
27
kConstructSD
,
28
kInitGeometry
,
29
kAddParticles
,
30
kAddIons
,
31
kInEvent
,
32
kNotInApplication
33
};
21
enum
TG4ApplicationState
{
…
};
34
35
#endif
// TG4_APPLICATION_STATE_H
TG4ApplicationState
TG4ApplicationState
Enumeration for application states.
Definition
TG4ApplicationState.h:22
kConstructSD
@ kConstructSD
in ConstructSensitiveDetectors
Definition
TG4ApplicationState.h:27
kMisalignGeometry
@ kMisalignGeometry
in MisalignGeometry
Definition
TG4ApplicationState.h:26
kAddIons
@ kAddIons
in AddIons
Definition
TG4ApplicationState.h:30
kConstructGeometry
@ kConstructGeometry
in ConstructGeometry
Definition
TG4ApplicationState.h:24
kAddParticles
@ kAddParticles
in AddParticles
Definition
TG4ApplicationState.h:29
kPreInit
@ kPreInit
in PreInit
Definition
TG4ApplicationState.h:23
kInEvent
@ kInEvent
in event processing
Definition
TG4ApplicationState.h:31
kNotInApplication
@ kNotInApplication
not in VMC application
Definition
TG4ApplicationState.h:32
kInitGeometry
@ kInitGeometry
in InitGeometry
Definition
TG4ApplicationState.h:28
kConstructOpGeometry
@ kConstructOpGeometry
in ConstructOpGeometry
Definition
TG4ApplicationState.h:25
Generated on Tue Apr 1 2025 13:04:46 for Geant4 VMC by
1.13.2