Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
G4BaryonConstructor.cc
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 implementation file
32//
33
35
37#include "G4ParticleTable.hh"
38// Baryons
39#include "G4Proton.hh"
40#include "G4AntiProton.hh"
41#include "G4Neutron.hh"
42#include "G4AntiNeutron.hh"
43
44#include "G4Lambda.hh"
45#include "G4SigmaPlus.hh"
46#include "G4SigmaZero.hh"
47#include "G4SigmaMinus.hh"
48#include "G4XiMinus.hh"
49#include "G4XiZero.hh"
50#include "G4OmegaMinus.hh"
51
52#include "G4AntiLambda.hh"
53#include "G4AntiSigmaPlus.hh"
54#include "G4AntiSigmaZero.hh"
55#include "G4AntiSigmaMinus.hh"
56#include "G4AntiXiMinus.hh"
57#include "G4AntiXiZero.hh"
58#include "G4AntiOmegaMinus.hh"
59
60#include "G4LambdacPlus.hh"
61#include "G4SigmacPlusPlus.hh"
62#include "G4SigmacPlus.hh"
63#include "G4SigmacZero.hh"
64#include "G4XicPlus.hh"
65#include "G4XicZero.hh"
66#include "G4OmegacZero.hh"
67
68#include "G4AntiLambdacPlus.hh"
70#include "G4AntiSigmacPlus.hh"
71#include "G4AntiSigmacZero.hh"
72#include "G4AntiXicPlus.hh"
73#include "G4AntiXicZero.hh"
74#include "G4AntiOmegacZero.hh"
75
76#include "G4Lambdab.hh"
77#include "G4SigmabPlus.hh"
78#include "G4SigmabZero.hh"
79#include "G4SigmabMinus.hh"
80#include "G4XibZero.hh"
81#include "G4XibMinus.hh"
82#include "G4OmegabMinus.hh"
83
84#include "G4AntiLambdab.hh"
85#include "G4AntiSigmabPlus.hh"
86#include "G4AntiSigmabZero.hh"
87#include "G4AntiSigmabMinus.hh"
88#include "G4AntiXibZero.hh"
89#include "G4AntiXibMinus.hh"
90#include "G4AntiOmegabMinus.hh"
91
92
94{
95}
96
98{
99}
100
101
103{
108}
109
111{
116}
118{
133}
135{
150}
151
153{
161
169
170}
static G4AntiLambda * AntiLambdaDefinition()
static G4AntiLambdab * AntiLambdabDefinition()
static G4AntiLambdacPlus * AntiLambdacPlusDefinition()
static G4AntiNeutron * AntiNeutronDefinition()
static G4AntiOmegaMinus * AntiOmegaMinusDefinition()
static G4AntiOmegabMinus * AntiOmegabMinusDefinition()
static G4AntiOmegacZero * AntiOmegacZeroDefinition()
static G4AntiProton * AntiProtonDefinition()
Definition: G4AntiProton.cc:88
static G4AntiSigmaMinus * AntiSigmaMinusDefinition()
static G4AntiSigmaPlus * AntiSigmaPlusDefinition()
static G4AntiSigmaZero * AntiSigmaZeroDefinition()
static G4AntiSigmabMinus * AntiSigmabMinusDefinition()
static G4AntiSigmabPlus * AntiSigmabPlusDefinition()
static G4AntiSigmabZero * AntiSigmabZeroDefinition()
static G4AntiSigmacPlusPlus * AntiSigmacPlusPlusDefinition()
static G4AntiSigmacPlus * AntiSigmacPlusDefinition()
static G4AntiSigmacZero * AntiSigmacZeroDefinition()
static G4AntiXiMinus * AntiXiMinusDefinition()
static G4AntiXiZero * AntiXiZeroDefinition()
static G4AntiXibMinus * AntiXibMinusDefinition()
static G4AntiXibZero * AntiXibZeroDefinition()
static G4AntiXicPlus * AntiXicPlusDefinition()
static G4AntiXicZero * AntiXicZeroDefinition()
static void ConstructCharmBaryons()
static void ConstructNucleons()
static void ConstructParticle()
static void ConstructBottomBaryons()
static void ConstructStrangeBaryons()
static G4Lambda * LambdaDefinition()
Definition: G4Lambda.cc:103
static G4Lambdab * LambdabDefinition()
Definition: G4Lambdab.cc:84
static G4LambdacPlus * LambdacPlusDefinition()
static G4Neutron * NeutronDefinition()
Definition: G4Neutron.cc:99
static G4OmegaMinus * OmegaMinusDefinition()
static G4OmegabMinus * OmegabMinusDefinition()
static G4OmegacZero * OmegacZeroDefinition()
Definition: G4OmegacZero.cc:83
static G4Proton * ProtonDefinition()
Definition: G4Proton.cc:88
static G4SigmaMinus * SigmaMinusDefinition()
static G4SigmaPlus * SigmaPlusDefinition()
Definition: G4SigmaPlus.cc:103
static G4SigmaZero * SigmaZeroDefinition()
Definition: G4SigmaZero.cc:94
static G4SigmabMinus * SigmabMinusDefinition()
static G4SigmabPlus * SigmabPlusDefinition()
Definition: G4SigmabPlus.cc:97
static G4SigmabZero * SigmabZeroDefinition()
Definition: G4SigmabZero.cc:97
static G4SigmacPlusPlus * SigmacPlusPlusDefinition()
static G4SigmacPlus * SigmacPlusDefinition()
Definition: G4SigmacPlus.cc:95
static G4SigmacZero * SigmacZeroDefinition()
Definition: G4SigmacZero.cc:95
static G4XiMinus * XiMinusDefinition()
Definition: G4XiMinus.cc:101
static G4XiZero * XiZeroDefinition()
Definition: G4XiZero.cc:101
static G4XibMinus * XibMinusDefinition()
Definition: G4XibMinus.cc:84
static G4XibZero * XibZeroDefinition()
Definition: G4XibZero.cc:84
static G4XicPlus * XicPlusDefinition()
Definition: G4XicPlus.cc:83
static G4XicZero * XicZeroDefinition()
Definition: G4XicZero.cc:83