Geant4  10.02.p03
G4INCLXXProtonBuilder Class Reference

#include <G4INCLXXProtonBuilder.hh>

Inheritance diagram for G4INCLXXProtonBuilder:
Collaboration diagram for G4INCLXXProtonBuilder:

Public Member Functions

 G4INCLXXProtonBuilder ()
 
virtual ~G4INCLXXProtonBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4ProtonInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VProtonBuilder
 G4VProtonBuilder ()
 
virtual ~G4VProtonBuilder ()
 

Private Attributes

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 54 of file G4INCLXXProtonBuilder.hh.

Constructor & Destructor Documentation

◆ G4INCLXXProtonBuilder()

G4INCLXXProtonBuilder::G4INCLXXProtonBuilder ( )

Definition at line 37 of file G4INCLXXProtonBuilder.cc.

38 {
41  theMin = 1.0*MeV;
42  theMax = 3.0*GeV;
45  thePreCompoundModel = static_cast<G4VPreCompoundModel*>(p);
48 }
static const double MeV
Definition: G4SIunits.hh:211
G4INCLXXInterface * theModel
INCL++ intra-nuclear cascade.
static const double GeV
Definition: G4SIunits.hh:214
G4HadronicInteraction * FindModel(const G4String &name)
static G4HadronicInteractionRegistry * Instance()
G4VPreCompoundModel * thePreCompoundModel
Here is the call graph for this function:

◆ ~G4INCLXXProtonBuilder()

G4INCLXXProtonBuilder::~G4INCLXXProtonBuilder ( )
virtual

Definition at line 51 of file G4INCLXXProtonBuilder.cc.

52 {
53  //delete theModel;
54 }
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/2]

void G4INCLXXProtonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Build elastic process.

No elastic process is built.

Implements G4VProtonBuilder.

Definition at line 57 of file G4INCLXXProtonBuilder.cc.

58 {
59 }
Here is the caller graph for this function:

◆ Build() [2/2]

void G4INCLXXProtonBuilder::Build ( G4ProtonInelasticProcess aP)
virtual

Build inelastic process.

Implements G4VProtonBuilder.

Definition at line 62 of file G4INCLXXProtonBuilder.cc.

63 {
69  aP->RegisterMe(theModel);
71 }
G4INCLXXInterface * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4Proton * Proton()
Definition: G4Proton.cc:93
void SetMaxEnergy(const G4double anEnergy)
G4VPreCompoundModel * thePreCompoundModel
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4INCLXXProtonBuilder::SetMaxEnergy ( G4double  aM)
inline

Set the maximum energy limit for the model.

Definition at line 81 of file G4INCLXXProtonBuilder.hh.

◆ SetMinEnergy()

void G4INCLXXProtonBuilder::SetMinEnergy ( G4double  aM)
inline

Set the minimum energy limit for the model.

Definition at line 76 of file G4INCLXXProtonBuilder.hh.

Member Data Documentation

◆ theMax

G4double G4INCLXXProtonBuilder::theMax
private

Definition at line 89 of file G4INCLXXProtonBuilder.hh.

◆ theMin

G4double G4INCLXXProtonBuilder::theMin
private

Definition at line 88 of file G4INCLXXProtonBuilder.hh.

◆ theModel

G4INCLXXInterface* G4INCLXXProtonBuilder::theModel
private

Definition at line 84 of file G4INCLXXProtonBuilder.hh.

◆ thePreCompoundMax

G4double G4INCLXXProtonBuilder::thePreCompoundMax
private

Definition at line 87 of file G4INCLXXProtonBuilder.hh.

◆ thePreCompoundMin

G4double G4INCLXXProtonBuilder::thePreCompoundMin
private

Definition at line 86 of file G4INCLXXProtonBuilder.hh.

◆ thePreCompoundModel

G4VPreCompoundModel* G4INCLXXProtonBuilder::thePreCompoundModel
private

Definition at line 85 of file G4INCLXXProtonBuilder.hh.


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