Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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 //
27 // $Id: G4ParticleTypes.hh 71231 2013-06-12 13:06:28Z gcosmo $
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 "G4Upsilon.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