164{
167
168 auto pi =
new G4PionBuilder;
179 auto bert = new G4BertiniPionBuilder;
181 bert->SetMinEnergy(minBERT_pion);
183 pi->RegisterMe(bert);
184 auto bic = new G4BinaryPionBuilder;
186 bic->SetMaxEnergy(maxBIC_pion);
189
190 auto k = new G4KaonBuilder;
195 k->RegisterMe(qgsk);
199 k->RegisterMe(ftfk);
200 auto bertk = new G4BertiniKaonBuilder;
203 k->RegisterMe(bertk);
204 k->Build();
205
206
207 if( useFactorXS ) {
210 if(inel) {
212 }
215 if(inel) {
217 }
221 if ( part == nullptr ) { continue; }
223 if(inel) {
225 }
226 }
227 }
228}
static const std::vector< G4int > & GetKaons()
G4double XSFactorHadronInelastic() const
G4double XSFactorPionInelastic() const
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
static G4PionMinus * PionMinus()
static G4PionPlus * PionPlus()