#include <G4FTFPNeutronBuilder.hh>
Definition at line 59 of file G4FTFPNeutronBuilder.hh.
◆ G4FTFPNeutronBuilder()
G4FTFPNeutronBuilder::G4FTFPNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 48 of file G4FTFPNeutronBuilder.cc.
50{
51 theMin = 4*GeV;
52 theMax = 100*TeV;
54
58
61
63
65 if (quasiElastic)
66 {
69 } else
70 { theQuasiElastic=0;}
71
74}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4FTFPNeutronBuilder()
G4FTFPNeutronBuilder::~G4FTFPNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 76 of file G4FTFPNeutronBuilder.cc.
78{
79 delete theStringDecay;
80 delete theStringModel;
81 delete thePreEquilib;
82 delete theCascade;
83 if ( theQuasiElastic ) delete theQuasiElastic;
84
85 delete theLund;
86}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 103 of file G4FTFPNeutronBuilder.cc.
105{
110
111}
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ SetMaxEnergy()
void G4FTFPNeutronBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
void G4FTFPNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: