#include <G4QGSPKaonBuilder.hh>
Definition at line 57 of file G4QGSPKaonBuilder.hh.
◆ G4QGSPKaonBuilder()
G4QGSPKaonBuilder::G4QGSPKaonBuilder |
( |
G4bool | quasiElastic = false | ) |
|
Definition at line 42 of file G4QGSPKaonBuilder.cc.
44{
47 theModel = new G4TheoFSGenerator("QGSP");
48
49 G4QGSModel< G4QGSParticipants >* theStringModel =
50 new G4QGSModel< G4QGSParticipants >;
51 G4ExcitedStringDecay* theStringDecay =
52 new G4ExcitedStringDecay(new G4QGSMFragmentation);
54
55 G4GeneratorPrecompoundInterface* theCascade =
56 new G4GeneratorPrecompoundInterface();
57
58 theModel->SetTransport(theCascade);
59 theModel->SetHighEnergyGenerator(theStringModel);
60 if (quasiElastic)
61 {
62 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
63 }
64}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionQGS_FTF() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSPKaonBuilder()
G4QGSPKaonBuilder::~G4QGSPKaonBuilder |
( |
| ) |
|
|
virtual |
◆ Build() [1/2]
◆ Build() [2/2]
Implements G4VKaonBuilder.
Definition at line 74 of file G4QGSPKaonBuilder.cc.
76{
77 theModel->SetMinEnergy(theMin);
78 theModel->SetMaxEnergy(theMax);
80}
void RegisterMe(G4HadronicInteraction *a)
◆ SetMinEnergy()
virtual void G4QGSPKaonBuilder::SetMinEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following files: