Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace 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
n
o
p
r
s
t
z
Variables
Typedefs
b
d
f
g
h
i
n
p
s
t
u
y
Enumerations
Enumerator
_
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
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
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
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Enumerations
c
d
e
f
g
l
m
o
r
s
t
u
v
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
k
o
q
r
s
t
w
Files
File List
File 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
o
p
q
r
s
t
u
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
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
y
z
Enumerations
b
c
d
e
g
j
l
m
s
t
u
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
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
G4ParticleTypes.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
//
27
// $Id$
28
//
29
//
30
// ------------------------------------------------------------
31
// GEANT 4 class header file
32
//
33
// History: first implementation, based on object model of
34
// 4-th April 1996, G.Cosmo
35
// ----------------- G4ParticleTypes.hh -----------------
36
// Class Description
37
// Files including all existing particle definitions GEANT4 classes
38
//
39
// ****************************************************************
40
// Created, G.Cosmo, 19 September 1996
41
// Modified H.Kurashige 8 Mar. 1997
42
// Modified H.Kurashige 18 June 1997
43
// Moved from global/management, G.Cosmo, 1 December 1998
44
// ----------------------------------------------------------------
45
46
#ifndef G4ParticleTypes_h
47
#define G4ParticleTypes_h 1
48
49
// Bosons
50
#include "
G4ChargedGeantino.hh
"
51
#include "
G4Geantino.hh
"
52
#include "
G4Gamma.hh
"
53
#include "
G4OpticalPhoton.hh
"
54
#include "
G4UnknownParticle.hh
"
55
56
// Leptons
57
#include "
G4MuonPlus.hh
"
58
#include "
G4MuonMinus.hh
"
59
#include "
G4TauMinus.hh
"
60
#include "
G4TauPlus.hh
"
61
#include "
G4Electron.hh
"
62
#include "
G4Positron.hh
"
63
#include "
G4NeutrinoTau.hh
"
64
#include "
G4AntiNeutrinoTau.hh
"
65
#include "
G4NeutrinoMu.hh
"
66
#include "
G4AntiNeutrinoMu.hh
"
67
#include "
G4NeutrinoE.hh
"
68
#include "
G4AntiNeutrinoE.hh
"
69
70
// Mesons
71
#include "
G4PionPlus.hh
"
72
#include "
G4PionMinus.hh
"
73
#include "
G4PionZero.hh
"
74
#include "
G4Eta.hh
"
75
#include "
G4EtaPrime.hh
"
76
77
#include "
G4KaonPlus.hh
"
78
#include "
G4KaonMinus.hh
"
79
#include "
G4KaonZero.hh
"
80
#include "
G4AntiKaonZero.hh
"
81
#include "
G4KaonZeroLong.hh
"
82
#include "
G4KaonZeroShort.hh
"
83
84
#include "
G4DMesonPlus.hh
"
85
#include "
G4DMesonMinus.hh
"
86
#include "
G4DMesonZero.hh
"
87
#include "
G4AntiDMesonZero.hh
"
88
#include "
G4DsMesonPlus.hh
"
89
#include "
G4DsMesonMinus.hh
"
90
#include "
G4JPsi.hh
"
91
#include "
G4Etac.hh
"
92
93
#include "
G4BMesonPlus.hh
"
94
#include "
G4BMesonMinus.hh
"
95
#include "
G4BMesonZero.hh
"
96
#include "
G4AntiBMesonZero.hh
"
97
#include "
G4BsMesonZero.hh
"
98
#include "
G4AntiBsMesonZero.hh
"
99
#include "
G4Upsiron.hh
"
100
101
102
// Barions
103
#include "
G4Proton.hh
"
104
#include "
G4AntiProton.hh
"
105
#include "
G4Neutron.hh
"
106
#include "
G4AntiNeutron.hh
"
107
108
#include "
G4Lambda.hh
"
109
#include "
G4SigmaPlus.hh
"
110
#include "
G4SigmaZero.hh
"
111
#include "
G4SigmaMinus.hh
"
112
#include "
G4XiMinus.hh
"
113
#include "
G4XiZero.hh
"
114
#include "
G4OmegaMinus.hh
"
115
116
#include "
G4AntiLambda.hh
"
117
#include "
G4AntiSigmaPlus.hh
"
118
#include "
G4AntiSigmaZero.hh
"
119
#include "
G4AntiSigmaMinus.hh
"
120
#include "
G4AntiXiMinus.hh
"
121
#include "
G4AntiXiZero.hh
"
122
#include "
G4AntiOmegaMinus.hh
"
123
124
#include "
G4LambdacPlus.hh
"
125
#include "
G4SigmacPlusPlus.hh
"
126
#include "
G4SigmacPlus.hh
"
127
#include "
G4SigmacZero.hh
"
128
#include "
G4XicPlus.hh
"
129
#include "
G4XicZero.hh
"
130
#include "
G4OmegacZero.hh
"
131
132
#include "
G4AntiLambdacPlus.hh
"
133
#include "
G4AntiSigmacPlusPlus.hh
"
134
#include "
G4AntiSigmacPlus.hh
"
135
#include "
G4AntiSigmacZero.hh
"
136
#include "
G4AntiXicPlus.hh
"
137
#include "
G4AntiXicZero.hh
"
138
#include "
G4AntiOmegacZero.hh
"
139
140
#include "
G4Lambdab.hh
"
141
#include "
G4SigmabPlus.hh
"
142
#include "
G4SigmabZero.hh
"
143
#include "
G4SigmabMinus.hh
"
144
#include "
G4XibZero.hh
"
145
#include "
G4XibMinus.hh
"
146
#include "
G4OmegabMinus.hh
"
147
148
#include "
G4AntiLambdab.hh
"
149
#include "
G4AntiSigmabPlus.hh
"
150
#include "
G4AntiSigmabZero.hh
"
151
#include "
G4AntiSigmabMinus.hh
"
152
#include "
G4AntiXibZero.hh
"
153
#include "
G4AntiXibMinus.hh
"
154
#include "
G4AntiOmegabMinus.hh
"
155
156
// Nuclei
157
#include "
G4Alpha.hh
"
158
#include "
G4Deuteron.hh
"
159
#include "
G4He3.hh
"
160
#include "
G4Triton.hh
"
161
162
#include "
G4AntiAlpha.hh
"
163
#include "
G4AntiDeuteron.hh
"
164
#include "
G4AntiHe3.hh
"
165
#include "
G4AntiTriton.hh
"
166
167
//ions
168
#include "
G4GenericIon.hh
"
169
#endif
170
G4Alpha.hh
G4AntiAlpha.hh
G4AntiBMesonZero.hh
G4AntiBsMesonZero.hh
G4AntiDMesonZero.hh
G4AntiDeuteron.hh
G4AntiHe3.hh
G4AntiKaonZero.hh
G4AntiLambda.hh
G4AntiLambdab.hh
G4AntiLambdacPlus.hh
G4AntiNeutrinoE.hh
G4AntiNeutrinoMu.hh
G4AntiNeutrinoTau.hh
G4AntiNeutron.hh
G4AntiOmegaMinus.hh
G4AntiOmegabMinus.hh
G4AntiOmegacZero.hh
G4AntiProton.hh
G4AntiSigmaMinus.hh
G4AntiSigmaPlus.hh
G4AntiSigmaZero.hh
G4AntiSigmabMinus.hh
G4AntiSigmabPlus.hh
G4AntiSigmabZero.hh
G4AntiSigmacPlusPlus.hh
G4AntiSigmacPlus.hh
G4AntiSigmacZero.hh
G4AntiTriton.hh
G4AntiXiMinus.hh
G4AntiXiZero.hh
G4AntiXibMinus.hh
G4AntiXibZero.hh
G4AntiXicPlus.hh
G4AntiXicZero.hh
G4BMesonMinus.hh
G4BMesonPlus.hh
G4BMesonZero.hh
G4BsMesonZero.hh
G4ChargedGeantino.hh
G4DMesonMinus.hh
G4DMesonPlus.hh
G4DMesonZero.hh
G4Deuteron.hh
G4DsMesonMinus.hh
G4DsMesonPlus.hh
G4Electron.hh
G4EtaPrime.hh
G4Eta.hh
G4Etac.hh
G4Gamma.hh
G4Geantino.hh
G4GenericIon.hh
G4He3.hh
G4JPsi.hh
G4KaonMinus.hh
G4KaonPlus.hh
G4KaonZeroLong.hh
G4KaonZeroShort.hh
G4KaonZero.hh
G4Lambda.hh
G4Lambdab.hh
G4LambdacPlus.hh
G4MuonMinus.hh
G4MuonPlus.hh
G4NeutrinoE.hh
G4NeutrinoMu.hh
G4NeutrinoTau.hh
G4Neutron.hh
G4OmegaMinus.hh
G4OmegabMinus.hh
G4OmegacZero.hh
G4OpticalPhoton.hh
G4PionMinus.hh
G4PionPlus.hh
G4PionZero.hh
G4Positron.hh
G4Proton.hh
G4SigmaMinus.hh
G4SigmaPlus.hh
G4SigmaZero.hh
G4SigmabMinus.hh
G4SigmabPlus.hh
G4SigmabZero.hh
G4SigmacPlusPlus.hh
G4SigmacPlus.hh
G4SigmacZero.hh
G4TauMinus.hh
G4TauPlus.hh
G4Triton.hh
G4UnknownParticle.hh
G4Upsiron.hh
G4XiMinus.hh
G4XiZero.hh
G4XibMinus.hh
G4XibZero.hh
G4XicPlus.hh
G4XicZero.hh
geant4-v9.6.0
source
processes
management
include
G4ParticleTypes.hh
Generated by
1.9.6