102{
105 }
110
111 auto theModel = new G4TheoFSGenerator("FTFQGSP");
112 auto theStringModel = new G4FTFModel();
113 theStringModel->SetFragmentationModel(new G4ExcitedStringDecay( new G4QGSMFragmentation() ) );
114 theModel->SetHighEnergyGenerator( theStringModel );
115 theModel->SetTransport( new G4GeneratorPrecompoundInterface() );
117 theModel->SetMaxEnergy( emax );
118
119 auto theCascade = new G4CascadeInterface();
121
122
124 G4HadronicProcess* proc =
125 new G4HadronInelasticProcess( particle->
GetParticleName()+
"Inelastic", particle );
126 proc->
AddDataSet(
new G4ParticleInelasticXS(particle));
131
132
134 proc =
new G4HadronInelasticProcess( particle->
GetParticleName()+
"Inelastic", particle );
140
141 proc = new G4NeutronCaptureProcess("nCapture");
144
145
147 proc =
new G4HadronInelasticProcess( particle->
GetParticleName()+
"Inelastic", particle );
148 proc->
AddDataSet(
new G4BGGPionInelasticXS(particle));
153
154
156 proc =
new G4HadronInelasticProcess( particle->
GetParticleName()+
"Inelastic", particle );
157 proc->
AddDataSet(
new G4BGGPionInelasticXS(particle));
162
163
165
166
168
169
171
172
174
175
178 }
179 }
180}
void DumpBanner() override
static void BuildKaonsFTFQGSP_BERT()
static void BuildBCHadronsFTFQGSP_BERT()
static void BuildHyperonsFTFQGSP_BERT()
static void BuildAntiLightIonsFTFP()
G4bool ApplyFactorXS() const
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergyTransitionFTF_Cascade() const
G4bool EnableBCParticles() const
G4double EnergyThresholdForHeavyHadrons() const
G4double XSFactorPionInelastic() const
G4double GetMaxEnergy() const
G4double XSFactorNucleonInelastic() const
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void MultiplyCrossSectionBy(G4double factor)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
const G4String & GetParticleName() const
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4PionMinus * PionMinus()
static G4PionPlus * PionPlus()
static G4Proton * Proton()