Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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// G4ParticleTypes
27//
28// Description:
29//
30// Inclusion of all existing particle definitions
31
32// Created, G.Cosmo, 4 April 1996
33// --------------------------------------------------------------------
34#ifndef G4ParticleTypes_hh
35#define G4ParticleTypes_hh 1
36
37// Bosons
38#include "G4ChargedGeantino.hh"
39#include "G4Geantino.hh"
40#include "G4Gamma.hh"
41#include "G4OpticalPhoton.hh"
42#include "G4UnknownParticle.hh"
44
45// Leptons
46#include "G4MuonPlus.hh"
47#include "G4MuonMinus.hh"
48#include "G4TauMinus.hh"
49#include "G4TauPlus.hh"
50#include "G4Electron.hh"
51#include "G4Positron.hh"
52#include "G4NeutrinoTau.hh"
53#include "G4AntiNeutrinoTau.hh"
54#include "G4NeutrinoMu.hh"
55#include "G4AntiNeutrinoMu.hh"
56#include "G4NeutrinoE.hh"
57#include "G4AntiNeutrinoE.hh"
58
59// Mesons
60#include "G4PionPlus.hh"
61#include "G4PionMinus.hh"
62#include "G4PionZero.hh"
63#include "G4Eta.hh"
64#include "G4EtaPrime.hh"
65
66#include "G4KaonPlus.hh"
67#include "G4KaonMinus.hh"
68#include "G4KaonZero.hh"
69#include "G4AntiKaonZero.hh"
70#include "G4KaonZeroLong.hh"
71#include "G4KaonZeroShort.hh"
72
73#include "G4DMesonPlus.hh"
74#include "G4DMesonMinus.hh"
75#include "G4DMesonZero.hh"
76#include "G4AntiDMesonZero.hh"
77#include "G4DsMesonPlus.hh"
78#include "G4DsMesonMinus.hh"
79#include "G4JPsi.hh"
80#include "G4Etac.hh"
81
82#include "G4BMesonPlus.hh"
83#include "G4BMesonMinus.hh"
84#include "G4BMesonZero.hh"
85#include "G4AntiBMesonZero.hh"
86#include "G4BsMesonZero.hh"
87#include "G4AntiBsMesonZero.hh"
88#include "G4Upsilon.hh"
89
90// Barions
91#include "G4Proton.hh"
92#include "G4AntiProton.hh"
93#include "G4Neutron.hh"
94#include "G4AntiNeutron.hh"
95
96#include "G4Lambda.hh"
97#include "G4SigmaPlus.hh"
98#include "G4SigmaZero.hh"
99#include "G4SigmaMinus.hh"
100#include "G4XiMinus.hh"
101#include "G4XiZero.hh"
102#include "G4OmegaMinus.hh"
103
104#include "G4AntiLambda.hh"
105#include "G4AntiSigmaPlus.hh"
106#include "G4AntiSigmaZero.hh"
107#include "G4AntiSigmaMinus.hh"
108#include "G4AntiXiMinus.hh"
109#include "G4AntiXiZero.hh"
110#include "G4AntiOmegaMinus.hh"
111
112#include "G4LambdacPlus.hh"
113#include "G4SigmacPlusPlus.hh"
114#include "G4SigmacPlus.hh"
115#include "G4SigmacZero.hh"
116#include "G4XicPlus.hh"
117#include "G4XicZero.hh"
118#include "G4OmegacZero.hh"
119
120#include "G4AntiLambdacPlus.hh"
122#include "G4AntiSigmacPlus.hh"
123#include "G4AntiSigmacZero.hh"
124#include "G4AntiXicPlus.hh"
125#include "G4AntiXicZero.hh"
126#include "G4AntiOmegacZero.hh"
127
128#include "G4Lambdab.hh"
129#include "G4SigmabPlus.hh"
130#include "G4SigmabZero.hh"
131#include "G4SigmabMinus.hh"
132#include "G4XibZero.hh"
133#include "G4XibMinus.hh"
134#include "G4OmegabMinus.hh"
135
136#include "G4AntiLambdab.hh"
137#include "G4AntiSigmabPlus.hh"
138#include "G4AntiSigmabZero.hh"
139#include "G4AntiSigmabMinus.hh"
140#include "G4AntiXibZero.hh"
141#include "G4AntiXibMinus.hh"
142#include "G4AntiOmegabMinus.hh"
143
144// Nuclei
145#include "G4Alpha.hh"
146#include "G4Deuteron.hh"
147#include "G4He3.hh"
148#include "G4Triton.hh"
149
150#include "G4AntiAlpha.hh"
151#include "G4AntiDeuteron.hh"
152#include "G4AntiHe3.hh"
153#include "G4AntiTriton.hh"
154
155// Ions
156#include "G4GenericIon.hh"
157
158#endif