49{
51 G4VComponentCrossSection* theAntiNucleonXS =
53 if(!theAntiNucleonXS) { theAntiNucleonXS = new G4ComponentAntiNuclNuclearXS(); }
54 theAntiNucleonData = new G4CrossSectionInelastic(theAntiNucleonXS);
55
56 theMin = 0.0*GeV;
58 theModel = new G4TheoFSGenerator("FTFP");
59
60 G4FTFModel* theStringModel = new G4FTFModel();
62
63 G4GeneratorPrecompoundInterface* theCascade =
64 new G4GeneratorPrecompoundInterface();
65
66 theModel->SetHighEnergyGenerator(theStringModel);
67 if (quasiElastic) {
68 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
69 }
70
71 theModel->SetTransport(theCascade);
72 theModel->SetMinEnergy(theMin);
73 theModel->SetMaxEnergy(theMax);
74}
G4VComponentCrossSection * GetComponentCrossSection(const G4String &name)
static G4CrossSectionDataSetRegistry * Instance()
static G4HadronicParameters * Instance()
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)