104{
109
110 const G4double eminDElastic = 10.*MeV;
111 const G4double elimitAntiNuc = 100.*MeV;
115 G4cout <<
"### HadronDElasticPhysics Construct Processes "
116 << " for anti-neuclei "
117 << elimitAntiNuc/GeV <<
" GeV" <<
G4endl;
118 }
119
120 G4AntiNuclElastic* anuc = new G4AntiNuclElastic();
123
126
127 G4HadronElastic* lhep0 = new G4HadronElastic();
128 G4HadronElastic* lhep1 = new G4HadronElastic();
130 G4HadronElastic* lhep2 = new G4HadronElastic();
132
133 G4DiffuseElastic* model = nullptr;
134
135
137 G4HadronElasticProcess* hel = new G4HadronElasticProcess();
138 hel->
AddDataSet(
new G4BGGNucleonElasticXS(particle));
139 model = new G4DiffuseElastic();
145
146
148 hel = new G4HadronElasticProcess();
150 model = new G4DiffuseElastic();
156
157
159 hel = new G4HadronElasticProcess();
160 hel->
AddDataSet(
new G4BGGPionElasticXS(particle));
161 model = new G4DiffuseElastic();
167
168
170 hel = new G4HadronElasticProcess();
171 hel->
AddDataSet(
new G4BGGPionElasticXS(particle));
172 model = new G4DiffuseElastic();
178
179
181
182
185 if ( particle == nullptr ) { continue; }
186
187 hel = new G4HadronElasticProcess();
192 }
193
194
196
197
200 if ( particle == nullptr ) { continue; }
201
202 hel = new G4HadronElasticProcess();
208 }
209
210
213
214
217 }
218 }
219}
static const std::vector< G4int > & GetBCHadrons()
static const std::vector< G4int > & GetAntiHyperons()
static const std::vector< G4int > & GetLightAntiIons()
static const std::vector< G4int > & GetLightIons()
static const std::vector< G4int > & GetKaons()
static const std::vector< G4int > & GetHyperons()
static G4CrossSectionElastic * ElasticXS(const G4String &componentName)
static void BuildElastic(const std::vector< G4int > &particleList)
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4bool ApplyFactorXS() const
G4double XSFactorPionElastic() const
static G4HadronicParameters * Instance()
G4int GetVerboseLevel() const
G4double XSFactorNucleonElastic() const
G4double EnergyThresholdForHeavyHadrons() const
G4double XSFactorHadronElastic() const
G4double GetMaxEnergy() const
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void MultiplyCrossSectionBy(G4double factor)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4PionMinus * PionMinus()
static G4PionPlus * PionPlus()
static G4Proton * Proton()