51 {
52 theHyperonQGSP = new G4TheoFSGenerator( "QGSP" );
53 G4QGSModel< G4QGSParticipants >* theStringModel = new G4QGSModel< G4QGSParticipants >;
54 G4ExcitedStringDecay* theStringDecay = new G4ExcitedStringDecay( new G4QGSMFragmentation );
56 G4GeneratorPrecompoundInterface* theCascade = new G4GeneratorPrecompoundInterface;
57 theHyperonQGSP->SetTransport( theCascade );
58 theHyperonQGSP->SetHighEnergyGenerator( theStringModel );
59 if ( quasiElastic ) theHyperonQGSP->SetQuasiElasticChannel( new G4QuasiElasticChannel );
60
63 theHyperonQGSP->SetMinEnergy( theMin );
64 theHyperonQGSP->SetMaxEnergy( theMax );
65 theInelasticCrossSection = new G4CrossSectionInelastic( new G4ComponentGGHadronNucleusXsc );
66}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionQGS_FTF() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)