#include <G4QGSCNeutronBuilder.hh>
Definition at line 58 of file G4QGSCNeutronBuilder.hh.
◆ G4QGSCNeutronBuilder()
G4QGSCNeutronBuilder::G4QGSCNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 46 of file G4QGSCNeutronBuilder.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)
◆ ~G4QGSCNeutronBuilder()
G4QGSCNeutronBuilder::~G4QGSCNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 68 of file G4QGSCNeutronBuilder.cc.
69 {
70 delete theStringDecay;
71 delete theStringModel;
72 delete theCascade;
73 if ( theQuasiElastic ) delete theQuasiElastic;
74 delete theModel;
75 }
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 77 of file G4QGSCNeutronBuilder.cc.
79 {
84 }
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ SetMinEnergy()
void G4QGSCNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: