Geant4  10.00.p02
G4INCLXXPiKBuilder Class Reference

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

#include <G4INCLXXPiKBuilder.hh>

+ Inheritance diagram for G4INCLXXPiKBuilder:
+ Collaboration diagram for G4INCLXXPiKBuilder:

Public Member Functions

 G4INCLXXPiKBuilder ()
 
virtual ~G4INCLXXPiKBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4PionPlusInelasticProcess *aP)
 
virtual void Build (G4PionMinusInelasticProcess *aP)
 
virtual void Build (G4KaonPlusInelasticProcess *aP)
 
virtual void Build (G4KaonMinusInelasticProcess *aP)
 
virtual void Build (G4KaonZeroLInelasticProcess *aP)
 
virtual void Build (G4KaonZeroSInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VPiKBuilder
 G4VPiKBuilder ()
 
virtual ~G4VPiKBuilder ()
 

Private Attributes

G4PiNuclearCrossSection thePiData
 
G4INCLXXInterfacetheModel
 
G4double theMin
 
G4double theMax
 
G4CascadeInterfacetheBertiniModel
 

Detailed Description

Builder for pion 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
G4INCLXXNeutronBuilder

Definition at line 55 of file G4INCLXXPiKBuilder.hh.

Constructor & Destructor Documentation

G4INCLXXPiKBuilder::G4INCLXXPiKBuilder ( )

Definition at line 33 of file G4INCLXXPiKBuilder.cc.

References GeV, G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theBertiniModel, theMax, theMin, and theModel.

+ Here is the call graph for this function:

G4INCLXXPiKBuilder::~G4INCLXXPiKBuilder ( )
virtual

Definition at line 46 of file G4INCLXXPiKBuilder.cc.

References theModel.

Member Function Documentation

void G4INCLXXPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 69 of file G4INCLXXPiKBuilder.cc.

void G4INCLXXPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 52 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 60 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, and thePiData.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 72 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theBertiniModel, theMax, and theMin.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 80 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theBertiniModel, theMax, and theMin.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 88 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theBertiniModel, theMax, and theMin.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 96 of file G4INCLXXPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theBertiniModel, theMax, and theMin.

+ Here is the call graph for this function:

void G4INCLXXPiKBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 71 of file G4INCLXXPiKBuilder.hh.

References theMax.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 70 of file G4INCLXXPiKBuilder.hh.

References theMin.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

Member Data Documentation

G4CascadeInterface* G4INCLXXPiKBuilder::theBertiniModel
private

Definition at line 78 of file G4INCLXXPiKBuilder.hh.

Referenced by Build(), and G4INCLXXPiKBuilder().

G4double G4INCLXXPiKBuilder::theMax
private

Definition at line 77 of file G4INCLXXPiKBuilder.hh.

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

G4double G4INCLXXPiKBuilder::theMin
private

Definition at line 76 of file G4INCLXXPiKBuilder.hh.

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

G4INCLXXInterface* G4INCLXXPiKBuilder::theModel
private

Definition at line 75 of file G4INCLXXPiKBuilder.hh.

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

G4PiNuclearCrossSection G4INCLXXPiKBuilder::thePiData
private

Definition at line 74 of file G4INCLXXPiKBuilder.hh.

Referenced by Build().


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