#include <G4QGSBinaryNeutronBuilder.hh>
◆ G4QGSBinaryNeutronBuilder()
G4QGSBinaryNeutronBuilder::G4QGSBinaryNeutronBuilder |
( |
G4bool | quasiElastic = false | ) |
|
Definition at line 48 of file G4QGSBinaryNeutronBuilder.cc.
50{
52 theModel = new G4TheoFSGenerator("QGSB");
53
54 G4QGSModel< G4QGSParticipants >* theStringModel =
55 new G4QGSModel< G4QGSParticipants >;
56 G4ExcitedStringDecay* theStringDecay =
57 new G4ExcitedStringDecay(new G4QGSMFragmentation);
59
60 theModel->SetTransport(new G4BinaryCascade());
61 theModel->SetHighEnergyGenerator(theStringModel);
62 if (quasiElastic)
63 {
64 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
65 }
66}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionQGS_FTF() const
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSBinaryNeutronBuilder()
G4QGSBinaryNeutronBuilder::~G4QGSBinaryNeutronBuilder |
( |
| ) |
|
|
virtual |
◆ Build() [1/4]
|
inlinefinaloverridevirtual |
◆ Build() [2/4]
Implements G4VNeutronBuilder.
Definition at line 73 of file G4QGSBinaryNeutronBuilder.cc.
75{
76 theModel->SetMinEnergy(theMin);
80}
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ Build() [3/4]
|
inlinefinaloverridevirtual |
◆ Build() [4/4]
|
inlinefinaloverridevirtual |
◆ SetMinEnergy()
virtual void G4QGSBinaryNeutronBuilder::SetMinEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following files: