#include <G4NeutronLENDBuilder.hh>
Definition at line 46 of file G4NeutronLENDBuilder.hh.
◆ G4NeutronLENDBuilder()
G4NeutronLENDBuilder::G4NeutronLENDBuilder |
( |
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()
G4NeutronLENDBuilder::~G4NeutronLENDBuilder |
( |
| ) |
|
|
virtual |
Definition at line 55 of file G4NeutronLENDBuilder.cc.
57{
58 delete theLENDElasticCrossSection;
59 delete theLENDFissionCrossSection;
60 delete theLENDCaptureCrossSection;
61 delete theLENDInelasticCrossSection;
62}
◆ Build() [1/4]
Implements G4VNeutronBuilder.
Definition at line 99 of file G4NeutronLENDBuilder.cc.
101{
106
110
114}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
void AllowAnyCandidateTarget()
void ChangeDefaultEvaluation(G4String name_tmp)
void AllowAnyCandidateTarget()
void ChangeDefaultEvaluation(G4String name)
static G4Neutron * Neutron()
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
◆ SetMaxEnergy()
void G4NeutronLENDBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMaxInelasticEnergy()
void G4NeutronLENDBuilder::SetMaxInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
void G4NeutronLENDBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinInelasticEnergy()
void G4NeutronLENDBuilder::SetMinInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: