#include <G4NeutronLENDBuilder.hh>
Definition at line 46 of file G4NeutronLENDBuilder.hh.
◆ G4NeutronLENDBuilder()
G4NeutronLENDBuilder::G4NeutronLENDBuilder |
( |
const G4String & |
eva = "" | ) |
|
Definition at line 32 of file G4NeutronLENDBuilder.cc.
34{
35 theLENDElastic = 0;
36 theLENDElasticCrossSection = 0;
37
38 theLENDFission = 0;
39 theLENDFissionCrossSection = 0;
40
41 theLENDCapture = 0;
42 theLENDCaptureCrossSection = 0;
43
44 theLENDInelastic = 0;
45 theLENDInelasticCrossSection = 0;
46
47 theMin = 0;
48 theIMin = theMin;
49 theMax = 20*MeV;
50 theIMax = theMax;
51 evaluation = eva;
52
53}
◆ ~G4NeutronLENDBuilder()
virtual G4NeutronLENDBuilder::~G4NeutronLENDBuilder |
( |
| ) |
|
|
inlinevirtual |
◆ Build() [1/8]
Implements G4VNeutronBuilder.
Definition at line 89 of file G4NeutronLENDBuilder.cc.
91{
97
101
104}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
void AllowNaturalAbundanceTarget()
void ChangeDefaultEvaluation(G4String name_tmp)
void AllowNaturalAbundanceTarget()
void ChangeDefaultEvaluation(G4String name)
static G4Neutron * Neutron()
◆ Build() [2/8]
◆ Build() [3/8]
◆ Build() [4/8]
◆ Build() [5/8]
◆ Build() [6/8]
◆ Build() [7/8]
◆ Build() [8/8]
◆ SetMaxEnergy()
virtual void G4NeutronLENDBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMaxInelasticEnergy()
void G4NeutronLENDBuilder::SetMaxInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
virtual void G4NeutronLENDBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMinInelasticEnergy()
void G4NeutronLENDBuilder::SetMinInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: