#include <G4FTFCNeutronBuilder.hh>
Definition at line 57 of file G4FTFCNeutronBuilder.hh.
◆ G4FTFCNeutronBuilder()
G4FTFCNeutronBuilder::G4FTFCNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 46 of file G4FTFCNeutronBuilder.cc.
48{
49 theMin = 4*GeV;
51
55
57
59 if (quasiElastic)
60 {
63 } else
64 { theQuasiElastic=0;}
65
69}
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)
◆ ~G4FTFCNeutronBuilder()
G4FTFCNeutronBuilder::~G4FTFCNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 71 of file G4FTFCNeutronBuilder.cc.
72{
73 delete theCascade;
74 delete theStringDecay;
75 if ( theQuasiElastic ) delete theQuasiElastic;
76 delete theStringModel;
77 delete theModel;
78}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
◆ SetMinEnergy()
void G4FTFCNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: