#include <G4QGSC_CHIPSNeutronBuilder.hh>
◆ G4QGSC_CHIPSNeutronBuilder()
G4QGSC_CHIPSNeutronBuilder::G4QGSC_CHIPSNeutronBuilder |
( |
G4bool |
quasiElastic = false | ) |
|
Definition at line 32 of file G4QGSC_CHIPSNeutronBuilder.cc.
34{
35 theMin = 0*GeV;
37
41
43
46 if (quasiElastic)
47 {
50 } else
51 { theQuasiElastic=0;}
52}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSC_CHIPSNeutronBuilder()
G4QGSC_CHIPSNeutronBuilder::~G4QGSC_CHIPSNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 54 of file G4QGSC_CHIPSNeutronBuilder.cc.
56{
57 delete theStringDecay;
58 delete theStringModel;
59 delete theCascade;
60 if ( theQuasiElastic ) delete theQuasiElastic;
61 delete theModel;
62}
◆ Build() [1/4]
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 64 of file G4QGSC_CHIPSNeutronBuilder.cc.
66{
71}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ SetMinEnergy()
void G4QGSC_CHIPSNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: