Geant4  10.01.p03
G4INCLXXPionBuilder Class Reference

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

#include <G4INCLXXPionBuilder.hh>

+ Inheritance diagram for G4INCLXXPionBuilder:
+ Collaboration diagram for G4INCLXXPionBuilder:

Public Member Functions

 G4INCLXXPionBuilder ()
 
virtual ~G4INCLXXPionBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4PionPlusInelasticProcess *aP)
 
virtual void Build (G4PionMinusInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VPionBuilder
 G4VPionBuilder ()
 
virtual ~G4VPionBuilder ()
 

Private Attributes

G4PiNuclearCrossSection thePiData
 
G4INCLXXInterfacetheModel
 
G4double theMin
 
G4double theMax
 

Detailed Description

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

By default the INCL++ model is used for projectile energies 0 - 20 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 G4INCLXXPionBuilder.hh.

Constructor & Destructor Documentation

G4INCLXXPionBuilder::G4INCLXXPionBuilder ( )

Definition at line 33 of file G4INCLXXPionBuilder.cc.

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

+ Here is the call graph for this function:

G4INCLXXPionBuilder::~G4INCLXXPionBuilder ( )
virtual

Definition at line 43 of file G4INCLXXPionBuilder.cc.

References theModel.

Member Function Documentation

void G4INCLXXPionBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 66 of file G4INCLXXPionBuilder.cc.

void G4INCLXXPionBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 49 of file G4INCLXXPionBuilder.cc.

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

+ Here is the call graph for this function:

void G4INCLXXPionBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 57 of file G4INCLXXPionBuilder.cc.

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

+ Here is the call graph for this function:

void G4INCLXXPionBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 67 of file G4INCLXXPionBuilder.hh.

References theMax.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXPionBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 66 of file G4INCLXXPionBuilder.hh.

References theMin.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4INCLXXPionBuilder::theMax
private

Definition at line 73 of file G4INCLXXPionBuilder.hh.

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

G4double G4INCLXXPionBuilder::theMin
private

Definition at line 72 of file G4INCLXXPionBuilder.hh.

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

G4INCLXXInterface* G4INCLXXPionBuilder::theModel
private

Definition at line 71 of file G4INCLXXPionBuilder.hh.

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

G4PiNuclearCrossSection G4INCLXXPionBuilder::thePiData
private

Definition at line 70 of file G4INCLXXPionBuilder.hh.

Referenced by Build().


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