Geant4  10.00.p02
G4INCLXXNeutronBuilder Class Reference

Builder for neutron processes using the INCL++ intra-nuclear cascade model. More...

#include <G4INCLXXNeutronBuilder.hh>

+ Inheritance diagram for G4INCLXXNeutronBuilder:
+ Collaboration diagram for G4INCLXXNeutronBuilder:

Public Member Functions

 G4INCLXXNeutronBuilder ()
 
virtual ~G4INCLXXNeutronBuilder ()
 
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 SetMaxEnergy (G4double aM)
 
void SetMinPreCompoundEnergy (G4double aM)
 
void SetMaxPreCompoundEnergy (G4double aM)
 
void UsePreCompound (const G4bool w)
 
- Public Member Functions inherited from G4VNeutronBuilder
 G4VNeutronBuilder ()
 
virtual ~G4VNeutronBuilder ()
 

Private Attributes

G4INCLXXInterfacetheModel
 
G4VPreCompoundModelthePreCompoundModel
 
G4NeutronInelasticCrossSection theXSec
 
G4bool withPreCompound
 
G4double thePreCompoundMin
 
G4double thePreCompoundMax
 
G4double theMin
 
G4double theMax
 

Detailed Description

Builder for neutron processes using the INCL++ intra-nuclear cascade model.

By default the INCL++ model is used for projectile energies 0 - 3 GeV.

The builder uses INCL++ cascade model with G4ExcitationHandler de-excitation. This is implemented in interface G4INCLXXInterface.

See also
G4INCLXXInterface
G4INCLXXProtonBuilder
G4INCLXXPiKBuilder

Definition at line 55 of file G4INCLXXNeutronBuilder.hh.

Constructor & Destructor Documentation

G4INCLXXNeutronBuilder::G4INCLXXNeutronBuilder ( )

Definition at line 37 of file G4INCLXXNeutronBuilder.cc.

References G4HadronicInteractionRegistry::FindModel(), GeV, G4HadronicInteractionRegistry::Instance(), MeV, theMax, theMin, theModel, thePreCompoundMax, thePreCompoundMin, thePreCompoundModel, and withPreCompound.

+ Here is the call graph for this function:

G4INCLXXNeutronBuilder::~G4INCLXXNeutronBuilder ( )
virtual

Definition at line 66 of file G4INCLXXNeutronBuilder.cc.

References theModel.

Member Function Documentation

void G4INCLXXNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 72 of file G4INCLXXNeutronBuilder.cc.

void G4INCLXXNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 77 of file G4INCLXXNeutronBuilder.cc.

void G4INCLXXNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 82 of file G4INCLXXNeutronBuilder.cc.

void G4INCLXXNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 52 of file G4INCLXXNeutronBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, thePreCompoundMax, thePreCompoundMin, thePreCompoundModel, and withPreCompound.

+ Here is the call graph for this function:

void G4INCLXXNeutronBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 68 of file G4INCLXXNeutronBuilder.hh.

References theMax.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXNeutronBuilder::SetMaxPreCompoundEnergy ( G4double  aM)
inline

Definition at line 71 of file G4INCLXXNeutronBuilder.hh.

References thePreCompoundMax.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 67 of file G4INCLXXNeutronBuilder.hh.

References theMin.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXNeutronBuilder::SetMinPreCompoundEnergy ( G4double  aM)
inline

Definition at line 70 of file G4INCLXXNeutronBuilder.hh.

References thePreCompoundMin.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXNeutronBuilder::UsePreCompound ( const G4bool  w)
inline

Definition at line 73 of file G4INCLXXNeutronBuilder.hh.

References withPreCompound.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4INCLXXNeutronBuilder::theMax
private

Definition at line 83 of file G4INCLXXNeutronBuilder.hh.

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

G4double G4INCLXXNeutronBuilder::theMin
private

Definition at line 82 of file G4INCLXXNeutronBuilder.hh.

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

G4INCLXXInterface* G4INCLXXNeutronBuilder::theModel
private
G4double G4INCLXXNeutronBuilder::thePreCompoundMax
private
G4double G4INCLXXNeutronBuilder::thePreCompoundMin
private
G4VPreCompoundModel* G4INCLXXNeutronBuilder::thePreCompoundModel
private

Definition at line 77 of file G4INCLXXNeutronBuilder.hh.

Referenced by Build(), and G4INCLXXNeutronBuilder().

G4NeutronInelasticCrossSection G4INCLXXNeutronBuilder::theXSec
private

Definition at line 78 of file G4INCLXXNeutronBuilder.hh.

G4bool G4INCLXXNeutronBuilder::withPreCompound
private

Definition at line 79 of file G4INCLXXNeutronBuilder.hh.

Referenced by Build(), G4INCLXXNeutronBuilder(), and UsePreCompound().


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