Geant4  10.00.p02
G4INCLXXProtonBuilder Class Reference

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

#include <G4INCLXXProtonBuilder.hh>

+ Inheritance diagram for G4INCLXXProtonBuilder:
+ Collaboration diagram for G4INCLXXProtonBuilder:

Public Member Functions

 G4INCLXXProtonBuilder ()
 
virtual ~G4INCLXXProtonBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 Build elastic process. More...
 
virtual void Build (G4ProtonInelasticProcess *aP)
 Build inelastic process. More...
 
void SetMinEnergy (G4double aM)
 Set the minimum energy limit for the model. More...
 
void SetMaxEnergy (G4double aM)
 Set the maximum energy limit for the model. More...
 
- Public Member Functions inherited from G4VProtonBuilder
 G4VProtonBuilder ()
 
virtual ~G4VProtonBuilder ()
 

Private Attributes

G4ProtonInelasticCrossSection theXSec
 
G4INCLXXInterfacetheModel
 
G4VPreCompoundModelthePreCompoundModel
 
G4double thePreCompoundMin
 
G4double thePreCompoundMax
 
G4double theMin
 
G4double theMax
 

Detailed Description

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

By default the INCL++ 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
G4INCLXXNeutronBuilder
G4INCLXXPiKBuilder

Definition at line 55 of file G4INCLXXProtonBuilder.hh.

Constructor & Destructor Documentation

G4INCLXXProtonBuilder::G4INCLXXProtonBuilder ( )

Definition at line 37 of file G4INCLXXProtonBuilder.cc.

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

+ Here is the call graph for this function:

G4INCLXXProtonBuilder::~G4INCLXXProtonBuilder ( )
virtual

Definition at line 51 of file G4INCLXXProtonBuilder.cc.

References theModel.

Member Function Documentation

void G4INCLXXProtonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Build elastic process.

No elastic process is built.

Implements G4VProtonBuilder.

Definition at line 57 of file G4INCLXXProtonBuilder.cc.

void G4INCLXXProtonBuilder::Build ( G4ProtonInelasticProcess aP)
virtual

Build inelastic process.

Implements G4VProtonBuilder.

Definition at line 62 of file G4INCLXXProtonBuilder.cc.

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

+ Here is the call graph for this function:

void G4INCLXXProtonBuilder::SetMaxEnergy ( G4double  aM)
inline

Set the maximum energy limit for the model.

Definition at line 82 of file G4INCLXXProtonBuilder.hh.

References theMax.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

void G4INCLXXProtonBuilder::SetMinEnergy ( G4double  aM)
inline

Set the minimum energy limit for the model.

Definition at line 77 of file G4INCLXXProtonBuilder.hh.

References theMin.

Referenced by G4HadronPhysicsINCLXX::CreateModels().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4INCLXXProtonBuilder::theMax
private

Definition at line 91 of file G4INCLXXProtonBuilder.hh.

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

G4double G4INCLXXProtonBuilder::theMin
private

Definition at line 90 of file G4INCLXXProtonBuilder.hh.

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

G4INCLXXInterface* G4INCLXXProtonBuilder::theModel
private

Definition at line 86 of file G4INCLXXProtonBuilder.hh.

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

G4double G4INCLXXProtonBuilder::thePreCompoundMax
private

Definition at line 89 of file G4INCLXXProtonBuilder.hh.

Referenced by Build(), and G4INCLXXProtonBuilder().

G4double G4INCLXXProtonBuilder::thePreCompoundMin
private

Definition at line 88 of file G4INCLXXProtonBuilder.hh.

Referenced by Build(), and G4INCLXXProtonBuilder().

G4VPreCompoundModel* G4INCLXXProtonBuilder::thePreCompoundModel
private

Definition at line 87 of file G4INCLXXProtonBuilder.hh.

Referenced by Build(), and G4INCLXXProtonBuilder().

G4ProtonInelasticCrossSection G4INCLXXProtonBuilder::theXSec
private

Definition at line 85 of file G4INCLXXProtonBuilder.hh.


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