#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/4]
Implements G4VNeutronBuilder.
Definition at line 54 of file G4NeutronLENDBuilder.cc.
56{
58 theLENDElastic->SetMinEnergy(theMin);
59 theLENDElastic->SetMaxEnergy(theMax);
60
61 if ( evaluation != "" ) theLENDElastic->ChangeDefaultEvaluation( evaluation );
62 theLENDElastic->AllowNaturalAbundanceTarget();
63
64 if(theLENDElasticCrossSection == 0) theLENDElasticCrossSection =
new G4LENDElasticCrossSection(
G4Neutron::Neutron() );
65 if ( evaluation != "" ) theLENDElasticCrossSection->ChangeDefaultEvaluation( evaluation );
66 theLENDElasticCrossSection->AllowNaturalAbundanceTarget();
67
70}
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
◆ Build() [2/4]
Implements G4VNeutronBuilder.
Definition at line 106 of file G4NeutronLENDBuilder.cc.
108{
109 if(theLENDInelastic==0) theLENDInelastic =
new G4LENDInelastic(
G4Neutron::Neutron() );
110 theLENDInelastic->SetMinEnergy(theIMin);
111 theLENDInelastic->SetMaxEnergy(theIMax);
112 if ( evaluation != "" ) theLENDInelastic->ChangeDefaultEvaluation( evaluation );
113 theLENDInelastic->AllowNaturalAbundanceTarget();
114
115 if(theLENDInelasticCrossSection==0) theLENDInelasticCrossSection =
new G4LENDInelasticCrossSection(
G4Neutron::Neutron() );
116 if ( evaluation != "" ) theLENDInelasticCrossSection->ChangeDefaultEvaluation( evaluation );
117 theLENDInelasticCrossSection->AllowNaturalAbundanceTarget();
118
121}
◆ Build() [3/4]
Implements G4VNeutronBuilder.
Definition at line 89 of file G4NeutronLENDBuilder.cc.
91{
93 theLENDCapture->SetMinEnergy(theMin);
94 theLENDCapture->SetMaxEnergy(theMax);
95 if ( evaluation != "" ) theLENDCapture->ChangeDefaultEvaluation( evaluation );
96 theLENDCapture->AllowNaturalAbundanceTarget();
97
98 if(theLENDCaptureCrossSection==0) theLENDCaptureCrossSection =
new G4LENDCaptureCrossSection(
G4Neutron::Neutron() );
99 if ( evaluation != "" ) theLENDCaptureCrossSection->ChangeDefaultEvaluation( evaluation );
100 theLENDCaptureCrossSection->AllowNaturalAbundanceTarget();
101
104}
◆ Build() [4/4]
Implements G4VNeutronBuilder.
Definition at line 72 of file G4NeutronLENDBuilder.cc.
74{
76 theLENDFission->SetMinEnergy(theMin);
77 theLENDFission->SetMaxEnergy(theMax);
78 if ( evaluation != "" ) theLENDFission->ChangeDefaultEvaluation( evaluation );
79
80
81 if(theLENDFissionCrossSection==0) theLENDFissionCrossSection=
new G4LENDFissionCrossSection(
G4Neutron::Neutron() );
82 if ( evaluation != "" ) theLENDFissionCrossSection->ChangeDefaultEvaluation( evaluation );
83
84
87}
◆ 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: