Geant4  10.00.p02
G4NeutronHPBuilder Class Reference

#include <G4NeutronHPBuilder.hh>

+ Inheritance diagram for G4NeutronHPBuilder:
+ Collaboration diagram for G4NeutronHPBuilder:

Public Member Functions

 G4NeutronHPBuilder ()
 
virtual ~G4NeutronHPBuilder ()
 
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
 
G4NeutronHPElastictheHPElastic
 
G4NeutronHPElasticDatatheHPElasticData
 
G4NeutronHPInelastictheHPInelastic
 
G4NeutronHPInelasticDatatheHPInelasticData
 
G4NeutronHPFissiontheHPFission
 
G4NeutronHPFissionDatatheHPFissionData
 
G4NeutronHPCapturetheHPCapture
 
G4NeutronHPCaptureDatatheHPCaptureData
 

Detailed Description

Definition at line 46 of file G4NeutronHPBuilder.hh.

Constructor & Destructor Documentation

G4NeutronHPBuilder::G4NeutronHPBuilder ( )
G4NeutronHPBuilder::~G4NeutronHPBuilder ( )
virtual

Member Function Documentation

void G4NeutronHPBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 64 of file G4NeutronHPBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theHPElastic, theHPElasticData, theMax, and theMin.

+ Here is the call graph for this function:

void G4NeutronHPBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 75 of file G4NeutronHPBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theHPFission, theHPFissionData, theMax, and theMin.

+ Here is the call graph for this function:

void G4NeutronHPBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 86 of file G4NeutronHPBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theHPCapture, theHPCaptureData, theMax, and theMin.

+ Here is the call graph for this function:

void G4NeutronHPBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 97 of file G4NeutronHPBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theHPInelastic, theHPInelasticData, theIMax, and theIMin.

+ Here is the call graph for this function:

void G4NeutronHPBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 67 of file G4NeutronHPBuilder.hh.

References theIMax, and theMax.

void G4NeutronHPBuilder::SetMaxInelasticEnergy ( G4double  aM)
inline

Definition at line 72 of file G4NeutronHPBuilder.hh.

References theIMax.

void G4NeutronHPBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 58 of file G4NeutronHPBuilder.hh.

References theIMin, and theMin.

void G4NeutronHPBuilder::SetMinInelasticEnergy ( G4double  aM)
inline

Definition at line 63 of file G4NeutronHPBuilder.hh.

References theIMin.

Member Data Documentation

G4NeutronHPCapture* G4NeutronHPBuilder::theHPCapture
private

Definition at line 91 of file G4NeutronHPBuilder.hh.

Referenced by Build(), and G4NeutronHPBuilder().

G4NeutronHPCaptureData* G4NeutronHPBuilder::theHPCaptureData
private

Definition at line 92 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and ~G4NeutronHPBuilder().

G4NeutronHPElastic* G4NeutronHPBuilder::theHPElastic
private

Definition at line 85 of file G4NeutronHPBuilder.hh.

Referenced by Build(), and G4NeutronHPBuilder().

G4NeutronHPElasticData* G4NeutronHPBuilder::theHPElasticData
private

Definition at line 86 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and ~G4NeutronHPBuilder().

G4NeutronHPFission* G4NeutronHPBuilder::theHPFission
private

Definition at line 89 of file G4NeutronHPBuilder.hh.

Referenced by Build(), and G4NeutronHPBuilder().

G4NeutronHPFissionData* G4NeutronHPBuilder::theHPFissionData
private

Definition at line 90 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and ~G4NeutronHPBuilder().

G4NeutronHPInelastic* G4NeutronHPBuilder::theHPInelastic
private

Definition at line 87 of file G4NeutronHPBuilder.hh.

Referenced by Build(), and G4NeutronHPBuilder().

G4NeutronHPInelasticData* G4NeutronHPBuilder::theHPInelasticData
private

Definition at line 88 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and ~G4NeutronHPBuilder().

G4double G4NeutronHPBuilder::theIMax
private
G4double G4NeutronHPBuilder::theIMin
private
G4double G4NeutronHPBuilder::theMax
private

Definition at line 82 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and SetMaxEnergy().

G4double G4NeutronHPBuilder::theMin
private

Definition at line 80 of file G4NeutronHPBuilder.hh.

Referenced by Build(), G4NeutronHPBuilder(), and SetMinEnergy().


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