ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCLXXNeutronBuilder Class Reference

#include <geant4/tree/geant4-10.6-release/source/physics_lists/builders/include/G4INCLXXNeutronBuilder.hh>

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

Public Member Functions

 G4INCLXXNeutronBuilder ()
 
virtual ~G4INCLXXNeutronBuilder ()
 
virtual void Build (G4HadronElasticProcess *) finaloverride
 
virtual void Build (G4HadronFissionProcess *) finaloverride
 
virtual void Build (G4HadronCaptureProcess *) finaloverride
 
virtual void Build (G4NeutronInelasticProcess *aP) finaloverride
 
virtual void SetMinEnergy (G4double aM) finaloverride
 
virtual void SetMaxEnergy (G4double aM) finaloverride
 
void SetMinPreCompoundEnergy (G4double aM)
 
void SetMaxPreCompoundEnergy (G4double aM)
 
void UsePreCompound (const G4bool w)
 
- Public Member Functions inherited from G4VNeutronBuilder
 G4VNeutronBuilder ()=default
 
virtual ~G4VNeutronBuilder ()
 
- Public Member Functions inherited from G4PhysicsBuilderInterface
 G4PhysicsBuilderInterface ()=default
 
virtual ~G4PhysicsBuilderInterface ()
 
virtual void Build ()
 
virtual void RegisterMe (G4PhysicsBuilderInterface *)
 

Private Attributes

G4INCLXXInterfacetheModel
 
G4VPreCompoundModelthePreCompoundModel
 
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 54 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 54 of file G4INCLXXNeutronBuilder.hh

Constructor & Destructor Documentation

G4INCLXXNeutronBuilder::G4INCLXXNeutronBuilder ( )

Definition at line 39 of file G4INCLXXNeutronBuilder.cc.

View newest version in sPHENIX GitHub at line 39 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:

virtual G4INCLXXNeutronBuilder::~G4INCLXXNeutronBuilder ( )
inlinevirtual

Definition at line 58 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 58 of file G4INCLXXNeutronBuilder.hh

Member Function Documentation

virtual void G4INCLXXNeutronBuilder::Build ( G4HadronElasticProcess )
inlinefinaloverridevirtual

Implements G4VNeutronBuilder.

Definition at line 61 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 61 of file G4INCLXXNeutronBuilder.hh

virtual void G4INCLXXNeutronBuilder::Build ( G4HadronFissionProcess )
inlinefinaloverridevirtual

Implements G4VNeutronBuilder.

Definition at line 62 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 62 of file G4INCLXXNeutronBuilder.hh

virtual void G4INCLXXNeutronBuilder::Build ( G4HadronCaptureProcess )
inlinefinaloverridevirtual

Implements G4VNeutronBuilder.

Definition at line 63 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 63 of file G4INCLXXNeutronBuilder.hh

void G4INCLXXNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
finaloverridevirtual

Implements G4VNeutronBuilder.

Definition at line 54 of file G4INCLXXNeutronBuilder.cc.

View newest version in sPHENIX GitHub at line 54 of file G4INCLXXNeutronBuilder.cc

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

+ Here is the call graph for this function:

virtual void G4INCLXXNeutronBuilder::SetMaxEnergy ( G4double  aM)
inlinefinaloverridevirtual

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 67 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 67 of file G4INCLXXNeutronBuilder.hh

References theMax.

Referenced by G4HadronPhysicsINCLXX::Neutron().

+ Here is the caller graph for this function:

void G4INCLXXNeutronBuilder::SetMaxPreCompoundEnergy ( G4double  aM)
inline

Definition at line 70 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 70 of file G4INCLXXNeutronBuilder.hh

References thePreCompoundMax.

virtual void G4INCLXXNeutronBuilder::SetMinEnergy ( G4double  aM)
inlinefinaloverridevirtual

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 66 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 66 of file G4INCLXXNeutronBuilder.hh

References theMin.

void G4INCLXXNeutronBuilder::SetMinPreCompoundEnergy ( G4double  aM)
inline

Definition at line 69 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 69 of file G4INCLXXNeutronBuilder.hh

References thePreCompoundMin.

void G4INCLXXNeutronBuilder::UsePreCompound ( const G4bool  w)
inline

Definition at line 72 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 72 of file G4INCLXXNeutronBuilder.hh

References w, and withPreCompound.

Member Data Documentation

G4double G4INCLXXNeutronBuilder::theMax
private

Definition at line 82 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 82 of file G4INCLXXNeutronBuilder.hh

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

G4double G4INCLXXNeutronBuilder::theMin
private

Definition at line 81 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 81 of file G4INCLXXNeutronBuilder.hh

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

G4INCLXXInterface* G4INCLXXNeutronBuilder::theModel
private

Definition at line 76 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 76 of file G4INCLXXNeutronBuilder.hh

Referenced by Build(), and G4INCLXXNeutronBuilder().

G4double G4INCLXXNeutronBuilder::thePreCompoundMax
private

Definition at line 80 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 80 of file G4INCLXXNeutronBuilder.hh

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

G4double G4INCLXXNeutronBuilder::thePreCompoundMin
private

Definition at line 79 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 79 of file G4INCLXXNeutronBuilder.hh

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

G4VPreCompoundModel* G4INCLXXNeutronBuilder::thePreCompoundModel
private

Definition at line 77 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 77 of file G4INCLXXNeutronBuilder.hh

Referenced by Build(), and G4INCLXXNeutronBuilder().

G4bool G4INCLXXNeutronBuilder::withPreCompound
private

Definition at line 78 of file G4INCLXXNeutronBuilder.hh.

View newest version in sPHENIX GitHub at line 78 of file G4INCLXXNeutronBuilder.hh

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


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