51{
53 theModel = new G4TheoFSGenerator("QGSP");
54
55 G4QGSModel< G4QGSParticipants >* theStringModel =
56 new G4QGSModel< G4QGSParticipants >;
57 G4ExcitedStringDecay* theStringDecay =
58 new G4ExcitedStringDecay(new G4QGSMFragmentation);
60
61 G4GeneratorPrecompoundInterface* theCascade =
62 new G4GeneratorPrecompoundInterface();
63
64 theModel->SetTransport(theCascade);
65 theModel->SetHighEnergyGenerator(theStringModel);
66 if (quasiElastic)
67 {
68 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
69 }
70}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionQGS_FTF() const
void SetFragmentationModel(G4VStringFragmentation *aModel)