Geant4-11
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"
43
44// Leptons
45#include "G4MuonPlus.hh"
46#include "G4MuonMinus.hh"
47#include "G4TauMinus.hh"
48#include "G4TauPlus.hh"
49#include "G4Electron.hh"
50#include "G4Positron.hh"
51#include "G4NeutrinoTau.hh"
52#include "G4AntiNeutrinoTau.hh"
53#include "G4NeutrinoMu.hh"
54#include "G4AntiNeutrinoMu.hh"
55#include "G4NeutrinoE.hh"
56#include "G4AntiNeutrinoE.hh"
57
58// Mesons
59#include "G4PionPlus.hh"
60#include "G4PionMinus.hh"
61#include "G4PionZero.hh"
62#include "G4Eta.hh"
63#include "G4EtaPrime.hh"
64
65#include "G4KaonPlus.hh"
66#include "G4KaonMinus.hh"
67#include "G4KaonZero.hh"
68#include "G4AntiKaonZero.hh"
69#include "G4KaonZeroLong.hh"
70#include "G4KaonZeroShort.hh"
71
72#include "G4DMesonPlus.hh"
73#include "G4DMesonMinus.hh"
74#include "G4DMesonZero.hh"
75#include "G4AntiDMesonZero.hh"
76#include "G4DsMesonPlus.hh"
77#include "G4DsMesonMinus.hh"
78#include "G4JPsi.hh"
79#include "G4Etac.hh"
80
81#include "G4BMesonPlus.hh"
82#include "G4BMesonMinus.hh"
83#include "G4BMesonZero.hh"
84#include "G4AntiBMesonZero.hh"
85#include "G4BsMesonZero.hh"
86#include "G4AntiBsMesonZero.hh"
87#include "G4Upsilon.hh"
88
89// Barions
90#include "G4Proton.hh"
91#include "G4AntiProton.hh"
92#include "G4Neutron.hh"
93#include "G4AntiNeutron.hh"
94
95#include "G4Lambda.hh"
96#include "G4SigmaPlus.hh"
97#include "G4SigmaZero.hh"
98#include "G4SigmaMinus.hh"
99#include "G4XiMinus.hh"
100#include "G4XiZero.hh"
101#include "G4OmegaMinus.hh"
102
103#include "G4AntiLambda.hh"
104#include "G4AntiSigmaPlus.hh"
105#include "G4AntiSigmaZero.hh"
106#include "G4AntiSigmaMinus.hh"
107#include "G4AntiXiMinus.hh"
108#include "G4AntiXiZero.hh"
109#include "G4AntiOmegaMinus.hh"
110
111#include "G4LambdacPlus.hh"
112#include "G4SigmacPlusPlus.hh"
113#include "G4SigmacPlus.hh"
114#include "G4SigmacZero.hh"
115#include "G4XicPlus.hh"
116#include "G4XicZero.hh"
117#include "G4OmegacZero.hh"
118
119#include "G4AntiLambdacPlus.hh"
121#include "G4AntiSigmacPlus.hh"
122#include "G4AntiSigmacZero.hh"
123#include "G4AntiXicPlus.hh"
124#include "G4AntiXicZero.hh"
125#include "G4AntiOmegacZero.hh"
126
127#include "G4Lambdab.hh"
128#include "G4SigmabPlus.hh"
129#include "G4SigmabZero.hh"
130#include "G4SigmabMinus.hh"
131#include "G4XibZero.hh"
132#include "G4XibMinus.hh"
133#include "G4OmegabMinus.hh"
134
135#include "G4AntiLambdab.hh"
136#include "G4AntiSigmabPlus.hh"
137#include "G4AntiSigmabZero.hh"
138#include "G4AntiSigmabMinus.hh"
139#include "G4AntiXibZero.hh"
140#include "G4AntiXibMinus.hh"
141#include "G4AntiOmegabMinus.hh"
142
143// Nuclei
144#include "G4Alpha.hh"
145#include "G4Deuteron.hh"
146#include "G4He3.hh"
147#include "G4Triton.hh"
148
149#include "G4AntiAlpha.hh"
150#include "G4AntiDeuteron.hh"
151#include "G4AntiHe3.hh"
152#include "G4AntiTriton.hh"
153
154// Ions
155#include "G4GenericIon.hh"
156
157#endif