#include <G4QGSPNeutronBuilder.hh>
Definition at line 61 of file G4QGSPNeutronBuilder.hh.
◆ G4QGSPNeutronBuilder()
G4QGSPNeutronBuilder::G4QGSPNeutronBuilder |
( |
G4bool |
quasiElastic = false , |
|
|
G4bool |
projectileDiffraction = false |
|
) |
| |
Definition at line 49 of file G4QGSPNeutronBuilder.cc.
51{
52 theMin = 12*GeV;
54
58
62
65 if (quasiElastic)
66 {
69 } else
70 { theQuasiElastic=0;}
71 if ( projectileDiffraction )
72 {
75 } else
76 { theProjectileDiffraction=0;}
77}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetProjectileDiffraction(G4ProjectileDiffractiveChannel *const value)
void SetDeExcitation(G4VPreCompoundModel *ptr)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSPNeutronBuilder()
G4QGSPNeutronBuilder::~G4QGSPNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 79 of file G4QGSPNeutronBuilder.cc.
80{
81 delete theStringDecay;
82 delete theStringModel;
83 delete thePreEquilib;
84 delete theCascade;
85 if ( theQuasiElastic ) delete theQuasiElastic;
86 if ( theProjectileDiffraction ) delete theProjectileDiffraction;
87 delete theModel;
88 delete theQGSM;
89
90}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 107 of file G4QGSPNeutronBuilder.cc.
109{
114}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ SetMinEnergy()
void G4QGSPNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: