Geant4  10.02.p03
G4NeutronLENDBuilder Class Reference

#include <G4NeutronLENDBuilder.hh>

Inheritance diagram for G4NeutronLENDBuilder:
Collaboration diagram for G4NeutronLENDBuilder:

Public Member Functions

 G4NeutronLENDBuilder (G4String eva="")
 
virtual ~G4NeutronLENDBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4HadronFissionProcess *aP)
 
virtual void Build (G4HadronCaptureProcess *aP)
 
virtual void Build (G4NeutronInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMinInelasticEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
void SetMaxInelasticEnergy (G4double aM)
 
- Public Member Functions inherited from G4VNeutronBuilder
 G4VNeutronBuilder ()
 
virtual ~G4VNeutronBuilder ()
 

Private Attributes

G4double theMin
 
G4double theIMin
 
G4double theMax
 
G4double theIMax
 
G4LENDElastictheLENDElastic
 
G4LENDElasticCrossSectiontheLENDElasticCrossSection
 
G4LENDInelastictheLENDInelastic
 
G4LENDInelasticCrossSectiontheLENDInelasticCrossSection
 
G4LENDFissiontheLENDFission
 
G4LENDFissionCrossSectiontheLENDFissionCrossSection
 
G4LENDCapturetheLENDCapture
 
G4LENDCaptureCrossSectiontheLENDCaptureCrossSection
 
G4String evaluation
 

Detailed Description

Definition at line 46 of file G4NeutronLENDBuilder.hh.

Constructor & Destructor Documentation

◆ G4NeutronLENDBuilder()

G4NeutronLENDBuilder::G4NeutronLENDBuilder ( G4String  eva = "")

Definition at line 33 of file G4NeutronLENDBuilder.cc.

34 {
35  theLENDElastic = 0;
37 
38  theLENDFission = 0;
40 
41  theLENDCapture = 0;
43 
44  theLENDInelastic = 0;
46 
47  theMin = 0;
48  theIMin = theMin;
49  theMax = 20*MeV;
50  theIMax = theMax;
51  evaluation = eva;
52 
53 }
static const double MeV
Definition: G4SIunits.hh:211
G4LENDElasticCrossSection * theLENDElasticCrossSection
G4LENDInelastic * theLENDInelastic
G4LENDFission * theLENDFission
G4LENDCapture * theLENDCapture
G4LENDFissionCrossSection * theLENDFissionCrossSection
G4LENDCaptureCrossSection * theLENDCaptureCrossSection
G4LENDElastic * theLENDElastic
G4LENDInelasticCrossSection * theLENDInelasticCrossSection
Here is the call graph for this function:

◆ ~G4NeutronLENDBuilder()

G4NeutronLENDBuilder::~G4NeutronLENDBuilder ( )
virtual

Definition at line 56 of file G4NeutronLENDBuilder.cc.

57 {}
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/4]

void G4NeutronLENDBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 60 of file G4NeutronLENDBuilder.cc.

61 {
65 
67  //theLENDElastic->AllowNaturalAbundanceTarget();
71  //theLENDElasticCrossSection->AllowNaturalAbundanceTarget();
75 }
void AllowAnyCandidateTarget()
Definition: G4LENDModel.hh:64
G4LENDElasticCrossSection * theLENDElasticCrossSection
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void ChangeDefaultEvaluation(G4String name)
Definition: G4LENDModel.hh:62
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
void SetMaxEnergy(const G4double anEnergy)
G4LENDElastic * theLENDElastic
void ChangeDefaultEvaluation(G4String name_tmp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Build() [2/4]

void G4NeutronLENDBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 78 of file G4NeutronLENDBuilder.cc.

79 {
84  //theLENDFission->AllowNaturalAbundanceTarget();
88  //theLENDFissionCrossSection->AllowNaturalAbundanceTarget();
92 }
void AllowAnyCandidateTarget()
Definition: G4LENDModel.hh:64
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void ChangeDefaultEvaluation(G4String name)
Definition: G4LENDModel.hh:62
G4LENDFission * theLENDFission
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
G4LENDFissionCrossSection * theLENDFissionCrossSection
void SetMaxEnergy(const G4double anEnergy)
void ChangeDefaultEvaluation(G4String name_tmp)
Here is the call graph for this function:

◆ Build() [3/4]

void G4NeutronLENDBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 95 of file G4NeutronLENDBuilder.cc.

96 {
101  //theLENDCapture->AllowNaturalAbundanceTarget();
105  //theLENDCaptureCrossSection->AllowNaturalAbundanceTarget();
109 }
void AllowAnyCandidateTarget()
Definition: G4LENDModel.hh:64
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void ChangeDefaultEvaluation(G4String name)
Definition: G4LENDModel.hh:62
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
G4LENDCapture * theLENDCapture
void SetMaxEnergy(const G4double anEnergy)
G4LENDCaptureCrossSection * theLENDCaptureCrossSection
void ChangeDefaultEvaluation(G4String name_tmp)
Here is the call graph for this function:

◆ Build() [4/4]

void G4NeutronLENDBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 112 of file G4NeutronLENDBuilder.cc.

113 {
118  //theLENDInelastic->AllowNaturalAbundanceTarget();
122  //theLENDInelasticCrossSection->AllowNaturalAbundanceTarget();
126 }
void AllowAnyCandidateTarget()
Definition: G4LENDModel.hh:64
G4LENDInelastic * theLENDInelastic
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void ChangeDefaultEvaluation(G4String name)
Definition: G4LENDModel.hh:62
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
void SetMaxEnergy(const G4double anEnergy)
void ChangeDefaultEvaluation(G4String name_tmp)
G4LENDInelasticCrossSection * theLENDInelasticCrossSection
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4NeutronLENDBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 67 of file G4NeutronLENDBuilder.hh.

68  {
69  theIMax = aM;
70  theMax=aM;
71  }

◆ SetMaxInelasticEnergy()

void G4NeutronLENDBuilder::SetMaxInelasticEnergy ( G4double  aM)
inline

Definition at line 72 of file G4NeutronLENDBuilder.hh.

73  {
74  theIMax = aM;
75  }

◆ SetMinEnergy()

void G4NeutronLENDBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 58 of file G4NeutronLENDBuilder.hh.

59  {
60  theMin=aM;
61  theIMin = theMin;
62  }

◆ SetMinInelasticEnergy()

void G4NeutronLENDBuilder::SetMinInelasticEnergy ( G4double  aM)
inline

Definition at line 63 of file G4NeutronLENDBuilder.hh.

64  {
65  theIMin=aM;
66  }

Member Data Documentation

◆ evaluation

G4String G4NeutronLENDBuilder::evaluation
private

Definition at line 94 of file G4NeutronLENDBuilder.hh.

◆ theIMax

G4double G4NeutronLENDBuilder::theIMax
private

Definition at line 83 of file G4NeutronLENDBuilder.hh.

◆ theIMin

G4double G4NeutronLENDBuilder::theIMin
private

Definition at line 81 of file G4NeutronLENDBuilder.hh.

◆ theLENDCapture

G4LENDCapture* G4NeutronLENDBuilder::theLENDCapture
private

Definition at line 91 of file G4NeutronLENDBuilder.hh.

◆ theLENDCaptureCrossSection

G4LENDCaptureCrossSection* G4NeutronLENDBuilder::theLENDCaptureCrossSection
private

Definition at line 92 of file G4NeutronLENDBuilder.hh.

◆ theLENDElastic

G4LENDElastic* G4NeutronLENDBuilder::theLENDElastic
private

Definition at line 85 of file G4NeutronLENDBuilder.hh.

◆ theLENDElasticCrossSection

G4LENDElasticCrossSection* G4NeutronLENDBuilder::theLENDElasticCrossSection
private

Definition at line 86 of file G4NeutronLENDBuilder.hh.

◆ theLENDFission

G4LENDFission* G4NeutronLENDBuilder::theLENDFission
private

Definition at line 89 of file G4NeutronLENDBuilder.hh.

◆ theLENDFissionCrossSection

G4LENDFissionCrossSection* G4NeutronLENDBuilder::theLENDFissionCrossSection
private

Definition at line 90 of file G4NeutronLENDBuilder.hh.

◆ theLENDInelastic

G4LENDInelastic* G4NeutronLENDBuilder::theLENDInelastic
private

Definition at line 87 of file G4NeutronLENDBuilder.hh.

◆ theLENDInelasticCrossSection

G4LENDInelasticCrossSection* G4NeutronLENDBuilder::theLENDInelasticCrossSection
private

Definition at line 88 of file G4NeutronLENDBuilder.hh.

◆ theMax

G4double G4NeutronLENDBuilder::theMax
private

Definition at line 82 of file G4NeutronLENDBuilder.hh.

◆ theMin

G4double G4NeutronLENDBuilder::theMin
private

Definition at line 80 of file G4NeutronLENDBuilder.hh.


The documentation for this class was generated from the following files: