#include <G4QGSBinaryNeutronBuilder.hh>
◆ G4QGSBinaryNeutronBuilder()
G4QGSBinaryNeutronBuilder::G4QGSBinaryNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 47 of file G4QGSBinaryNeutronBuilder.cc.
49{
50 theMin = 12*GeV;
52
56
60
63 if (quasiElastic)
64 {
67 } else
68 { theQuasiElastic=0;}
69}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetDeExcitation(G4VPreCompoundModel *ptr)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSBinaryNeutronBuilder()
G4QGSBinaryNeutronBuilder::~G4QGSBinaryNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 71 of file G4QGSBinaryNeutronBuilder.cc.
73{
74 delete theStringDecay;
75 delete theStringModel;
76 delete thePreEquilib;
77 delete theCascade;
78 if ( theQuasiElastic ) delete theQuasiElastic;
79 delete theModel;
80}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 97 of file G4QGSBinaryNeutronBuilder.cc.
99{
104}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ SetMinEnergy()
void G4QGSBinaryNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: