#include <G4FTFBinaryNeutronBuilder.hh>
◆ G4FTFBinaryNeutronBuilder()
G4FTFBinaryNeutronBuilder::G4FTFBinaryNeutronBuilder |
( |
G4bool | quasiElastic = false | ) |
|
Definition at line 50 of file G4FTFBinaryNeutronBuilder.cc.
52{
55 theModel = new G4TheoFSGenerator("FTFB");
56
57 G4FTFModel* theStringModel = new G4FTFModel;
59
60 G4BinaryCascade* theCascade = new G4BinaryCascade;
61 theModel->SetTransport(theCascade);
62
63 theModel->SetHighEnergyGenerator(theStringModel);
64 theModel->SetMinEnergy(theMin);
65 theModel->SetMaxEnergy(theMax);
66
67 if (quasiElastic) {
68 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
69 }
70}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4FTFBinaryNeutronBuilder()
G4FTFBinaryNeutronBuilder::~G4FTFBinaryNeutronBuilder |
( |
| ) |
|
|
virtual |
◆ Build() [1/4]
|
inlinefinaloverridevirtual |
◆ Build() [2/4]
Implements G4VNeutronBuilder.
Definition at line 77 of file G4FTFBinaryNeutronBuilder.cc.
79{
80 theModel->SetMinEnergy(theMin);
81 theModel->SetMaxEnergy(theMax);
84}
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ Build() [3/4]
|
inlinefinaloverridevirtual |
◆ Build() [4/4]
|
inlinefinaloverridevirtual |
◆ SetMaxEnergy()
virtual void G4FTFBinaryNeutronBuilder::SetMaxEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMinEnergy()
virtual void G4FTFBinaryNeutronBuilder::SetMinEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following files: