#include <G4QGSCEflowNeutronBuilder.hh>
◆ G4QGSCEflowNeutronBuilder()
G4QGSCEflowNeutronBuilder::G4QGSCEflowNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 46 of file G4QGSCEflowNeutronBuilder.cc.
48{
49 theMin = 8*GeV;
51
55
57
60 if (quasiElastic)
61 {
64 } else
65 { theQuasiElastic=0;}
66}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSCEflowNeutronBuilder()
G4QGSCEflowNeutronBuilder::~G4QGSCEflowNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 68 of file G4QGSCEflowNeutronBuilder.cc.
70{
71 delete theStringDecay;
72 delete theStringModel;
73 delete theCascade;
74 if ( theQuasiElastic ) delete theQuasiElastic;
75 delete theModel;
76}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 78 of file G4QGSCEflowNeutronBuilder.cc.
80{
85}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ SetMinEnergy()
void G4QGSCEflowNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: