Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4HadParticles Class Reference

#include <G4HadParticles.hh>

Static Public Member Functions

static const std::vector< G4int > & GetLightHadrons ()
 
static const std::vector< G4int > & GetHyperons ()
 
static const std::vector< G4int > & GetAntiHyperons ()
 
static const std::vector< G4int > & GetKaons ()
 
static const std::vector< G4int > & GetBCHadrons ()
 
static const std::vector< G4int > & GetLightIons ()
 
static const std::vector< G4int > & GetLightAntiIons ()
 
static const std::vector< G4int > & GetHyperNuclei ()
 
static const std::vector< G4int > & GetHyperAntiNuclei ()
 
static const std::vector< G4int > & GetHeavyChargedParticles ()
 
static const std::vector< G4int > & GetBCChargedHadrons ()
 
static const std::vector< G4int > & GetChargedHyperNuclei ()
 

Detailed Description

Definition at line 40 of file G4HadParticles.hh.

Member Function Documentation

◆ GetAntiHyperons()

const std::vector< G4int > & G4HadParticles::GetAntiHyperons ( )
static

Definition at line 53 of file G4HadParticles.cc.

54{
55 // anti_Lambda, anti_Sigma+, anti_Sigma-, anti_Xi0, anti_Xi-, anti_Omega-
56 // (note that anti_Sigma0 has not been included because it decays very quickly)
57 static const std::vector<G4int> sAntiHyperons = {
58 -3122, -3222, -3112, -3322, -3312, -3334
59 };
60 return sAntiHyperons;
61}

Referenced by G4HadronicBuilder::BuildHyperonsFTFP_BERT(), G4HadronicBuilder::BuildHyperonsFTFQGSP_BERT(), G4HadronicBuilder::BuildHyperonsQGSP_FTFP_BERT(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), and G4HadronHElasticPhysics::ConstructProcess().

◆ GetBCChargedHadrons()

const std::vector< G4int > & G4HadParticles::GetBCChargedHadrons ( )
static

Definition at line 146 of file G4HadParticles.cc.

147{
148 static const std::vector<G4int> sBCChargedHadrons = {
149 // D+, D-, Ds+, Ds-
150 411, -411, 431, -431,
151 // B+, B-, Bc+, Bc-,
152 521, -521, 541, -541,
153 // LambdaC+, SigmaC++, SigmaC+, XiC+
154 4122, 4222, 4212, 4232,
155 // SigmaB+, SigmaB-, XiB-, OmegaB-
156 5222, 5112, 5132, 5332,
157 // anti_baryons
158 -4122, -4222, -4212, -4232, -5222, -5112, -5132, -5332
159 };
160 return sBCChargedHadrons;
161}

Referenced by G4EmBuilder::ConstructCharged(), and G4EmBuilder::ConstructChargedSS().

◆ GetBCHadrons()

const std::vector< G4int > & G4HadParticles::GetBCHadrons ( )
static

Definition at line 72 of file G4HadParticles.cc.

73{
74 // Note: etac, JPsi, SigmaC++, SigmaC+, SigmaC0, Upsilon,
75 // SigmaB+, SigmaB0, SigmaB- are not included because
76 // they decay very quickly (therefore, their hadronic
77 // interactions can be neglected, as for pi0 and Sigma0).
78 static const std::vector<G4int> sBCHadrons = {
79 // D+, D0, D-, D0bar, Ds+, Ds-
80 411, 421, -411, -421, 431, -431,
81 // B+, B0, B-, B0bar, Bs0, Bs0bar, Bc+, Bc-,
82 521, 511, -521, -511, 531, -531, 541, -541,
83 // LambdaC+, XiC+, XiC0, OmegaC0
84 4122, 4232, 4132, 4332,
85 // LambdaB, XiB0, XiB-, OmegaB-
86 5122, 5232, 5132, 5332,
87 // corresponding anti_baryons
88 -4122, -4232, -4132, -4332,
89 -5122, -5232, -5132, -5332
90 };
91 return sBCHadrons;
92}

Referenced by G4HadronicBuilder::BuildBCHadronsFTFP_BERT(), G4HadronicBuilder::BuildBCHadronsFTFQGSP_BERT(), G4HadronicBuilder::BuildBCHadronsQGSP_FTFP_BERT(), G4HadronicBuilder::BuildDecayTableForBCHadrons(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), and G4HadronHElasticPhysics::ConstructProcess().

◆ GetChargedHyperNuclei()

const std::vector< G4int > & G4HadParticles::GetChargedHyperNuclei ( )
static

Definition at line 163 of file G4HadParticles.cc.

164{
165 // hyper_t
166 static const std::vector<G4int> sChargedHyperNuclei = {
167 1010010030, 1010010040, 1010020040, 1010020050, 1020010040,
168 -1010010030, -1010010040, -1010020040, -1010020050, -1020010040
169 };
170 return sChargedHyperNuclei;
171}

Referenced by G4EmBuilder::ConstructCharged(), and G4EmBuilder::ConstructChargedSS().

◆ GetHeavyChargedParticles()

const std::vector< G4int > & G4HadParticles::GetHeavyChargedParticles ( )
static

Definition at line 130 of file G4HadParticles.cc.

131{
132 //
133 // charged particles for EM physics
134 //
135 static const std::vector<G4int> sHeavyChargedPart = {
136 // Sigma+, Sigma-, Xi-, Omega-, anti_hyperons
137 3222, 3112, 3312, 3334, -3222, -3112, -3312, -3334,
138 // light anti_ions
139 -1000010020, -1000010030, -1000020030, -1000020040,
140 // tau+-
141 15, -15
142 };
143 return sHeavyChargedPart;
144}

Referenced by G4EmBuilder::ConstructCharged(), and G4EmBuilder::ConstructChargedSS().

◆ GetHyperAntiNuclei()

const std::vector< G4int > & G4HadParticles::GetHyperAntiNuclei ( )
static

Definition at line 121 of file G4HadParticles.cc.

122{
123 // anti-hyper-nuclei
124 static const std::vector<G4int> sHyperAntiNuclei = {
125 -1010010030, -1010010040, -1010020040, -1010020050, -1020000040, -1020010040
126 };
127 return sHyperAntiNuclei;
128}

Referenced by G4HadronicBuilder::BuildHyperAntiNucleiFTFP_BERT(), and G4HadronElasticPhysics::ConstructProcess().

◆ GetHyperNuclei()

const std::vector< G4int > & G4HadParticles::GetHyperNuclei ( )
static

Definition at line 112 of file G4HadParticles.cc.

113{
114 // hyper_t, hyper_H4, hyper_He4, hyder_He5, 2-hyper-2n, 2-hyper_H4
115 static const std::vector<G4int> sHyperNuclei = {
116 1010010030, 1010010040, 1010020040, 1010020050, 1020000040, 1020010040
117 };
118 return sHyperNuclei;
119}

Referenced by G4HadronicBuilder::BuildHyperNucleiFTFP_BERT(), G4HadronicBuilder::BuildHyperNucleiFTFP_INCLXX(), and G4HadronElasticPhysics::ConstructProcess().

◆ GetHyperons()

const std::vector< G4int > & G4HadParticles::GetHyperons ( )
static

Definition at line 43 of file G4HadParticles.cc.

44{
45 // Lambda, Sigma+, Sigma-, Xi0, Xi-, Omega-
46 // (note that Sigma0 has not been included because it decays very quickly)
47 static const std::vector<G4int> sHyperons = {
48 3122, 3222, 3112, 3322, 3312, 3334
49 };
50 return sHyperons;
51}

Referenced by G4HadronicBuilder::BuildHyperonsFTFP_BERT(), G4HadronicBuilder::BuildHyperonsFTFQGSP_BERT(), G4HadronicBuilder::BuildHyperonsQGSP_FTFP_BERT(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), and G4HadronHElasticPhysics::ConstructProcess().

◆ GetKaons()

◆ GetLightAntiIons()

const std::vector< G4int > & G4HadParticles::GetLightAntiIons ( )
static

Definition at line 103 of file G4HadParticles.cc.

104{
105 // pbar, nbar, light anti-ions
106 static const std::vector<G4int> sLightAntiIons = {
107 -2212, -2112, -1000010020, -1000010030, -1000020030, -1000020040
108 };
109 return sLightAntiIons;
110}

Referenced by G4HadronicBuilder::BuildAntiLightIonsFTFP(), G4HadronicBuilder::BuildAntiLightIonsINCLXX(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), and G4HadronHElasticPhysics::ConstructProcess().

◆ GetLightHadrons()

const std::vector< G4int > & G4HadParticles::GetLightHadrons ( )
static

Definition at line 34 of file G4HadParticles.cc.

35{
36 // p, n, pi+, pi-
37 static const std::vector<G4int> sLightHadrons = {
38 2212, 2112, 211, -211
39 };
40 return sLightHadrons;
41}

◆ GetLightIons()

const std::vector< G4int > & G4HadParticles::GetLightIons ( )
static

Definition at line 94 of file G4HadParticles.cc.

95{
96 // d, t, He3, alpha
97 static const std::vector<G4int> sLightIons = {
98 1000010020, 1000010030, 1000020030, 1000020040
99 };
100 return sLightIons;
101}

Referenced by G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), and G4HadronHElasticPhysics::ConstructProcess().


The documentation for this class was generated from the following files: