55 {
56
57
60
61 theHyperonFTFP = new G4TheoFSGenerator( "FTFP" );
62 theHyperonFTFP->SetMinEnergy( theMin );
63 theHyperonFTFP->SetMaxEnergy( theMax );
64 G4FTFModel* theStringModel = new G4FTFModel;
66 G4GeneratorPrecompoundInterface* theCascade = new G4GeneratorPrecompoundInterface;
67 theHyperonFTFP->SetTransport( theCascade );
68 theHyperonFTFP->SetHighEnergyGenerator( theStringModel );
69 if ( quasiElastic ) theHyperonFTFP->SetQuasiElasticChannel( new G4QuasiElasticChannel );
70
71 theBertini = new G4CascadeInterface;
72 theBertini->SetMinEnergy( 0.0 );
74
75
76 theAntiHyperonFTFP = new G4TheoFSGenerator( "FTFP" );
77 theAntiHyperonFTFP->SetMinEnergy( 0.0 );
78 theAntiHyperonFTFP->SetMaxEnergy( theMax );
79 theAntiHyperonFTFP->SetTransport( theCascade );
80 theAntiHyperonFTFP->SetHighEnergyGenerator( theStringModel );
81 if ( quasiElastic ) theAntiHyperonFTFP->SetQuasiElasticChannel( new G4QuasiElasticChannel );
82
83
84 theInelasticCrossSection = new G4CrossSectionInelastic( new G4ComponentGGHadronNucleusXsc );
85}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)