Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4InelasticInteraction Class Reference

#include <G4InelasticInteraction.hh>

Inheritance diagram for G4InelasticInteraction:
Inheritance graph
[legend]
Collaboration diagram for G4InelasticInteraction:
Collaboration graph
[legend]

Public Member Functions

 G4InelasticInteraction (const G4String &name="LEInelastic")
 
virtual ~G4InelasticInteraction ()
 
void RegisterIsotopeProductionModel (G4VIsotopeProduction *aModel)
 
void TurnOnIsotopeProduction ()
 
virtual const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)=0
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
G4double GetMinEnergy () const
 
G4double GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMinEnergy (G4double anEnergy)
 
void SetMinEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMinEnergy (G4double anEnergy, const G4Material *aMaterial)
 
G4double GetMaxEnergy () const
 
G4double GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMaxEnergy (const G4double anEnergy)
 
void SetMaxEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial)
 
const G4HadronicInteractionGetMyPointer () const
 
G4int GetVerboseLevel () const
 
void SetVerboseLevel (G4int value)
 
const G4StringGetModelName () const
 
void DeActivateFor (const G4Material *aMaterial)
 
void ActivateFor (const G4Material *aMaterial)
 
void DeActivateFor (const G4Element *anElement)
 
void ActivateFor (const G4Element *anElement)
 
G4bool IsBlocked (const G4Material *aMaterial) const
 
G4bool IsBlocked (const G4Element *anElement) const
 
void SetRecoilEnergyThreshold (G4double val)
 
G4double GetRecoilEnergyThreshold () const
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual std::pair< G4double,
G4double
GetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 
virtual void ModelDescription (std::ostream &outFile) const
 

Static Public Member Functions

static G4IsoParticleChangeGetIsotopeProductionInfo ()
 

Protected Member Functions

G4double Pmltpc (G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
 
G4bool MarkLeadingStrangeParticle (const G4ReactionProduct &currentParticle, const G4ReactionProduct &targetParticle, G4ReactionProduct &leadParticle)
 
void SetUpPions (const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen)
 
void Rotate (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen)
 
void GetNormalizationConstant (const G4double availableEnergy, G4double &n, G4double &anpn)
 
void CalculateMomenta (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
 
void SetUpChange (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
 
void DoIsotopeCounting (const G4HadProjectile *theProjectile, const G4Nucleus &aNucleus)
 
G4IsoResultExtractResidualNucleus (const G4Nucleus &aNucleus)
 
- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 

Protected Attributes

G4bool isotopeProduction
 
G4ReactionDynamics theReactionDynamics
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 61 of file G4InelasticInteraction.hh.

Constructor & Destructor Documentation

G4InelasticInteraction::G4InelasticInteraction ( const G4String name = "LEInelastic")

Definition at line 55 of file G4InelasticInteraction.cc.

G4InelasticInteraction::~G4InelasticInteraction ( )
virtual

Definition at line 59 of file G4InelasticInteraction.cc.

Member Function Documentation

void G4InelasticInteraction::CalculateMomenta ( G4FastVector< G4ReactionProduct, GHADLISTSIZE > &  vec,
G4int vecLen,
const G4HadProjectile originalIncident,
const G4DynamicParticle originalTarget,
G4ReactionProduct modifiedOriginal,
G4Nucleus targetNucleus,
G4ReactionProduct currentParticle,
G4ReactionProduct targetParticle,
G4bool incidentHasChanged,
G4bool targetHasChanged,
G4bool  quasiElastic 
)
protected

Definition at line 186 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4InelasticInteraction::DoIsotopeCounting ( const G4HadProjectile theProjectile,
const G4Nucleus aNucleus 
)
protected

Definition at line 454 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4IsoResult * G4InelasticInteraction::ExtractResidualNucleus ( const G4Nucleus aNucleus)
protected

Definition at line 507 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const std::pair< G4double, G4double > G4InelasticInteraction::GetFatalEnergyCheckLevels ( ) const
virtual

Reimplemented from G4HadronicInteraction.

Definition at line 545 of file G4InelasticInteraction.cc.

G4IsoParticleChange * G4InelasticInteraction::GetIsotopeProductionInfo ( )
static

Definition at line 444 of file G4InelasticInteraction.cc.

void G4InelasticInteraction::GetNormalizationConstant ( const G4double  availableEnergy,
G4double n,
G4double anpn 
)
protected

Definition at line 143 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

G4bool G4InelasticInteraction::MarkLeadingStrangeParticle ( const G4ReactionProduct currentParticle,
const G4ReactionProduct targetParticle,
G4ReactionProduct leadParticle 
)
protected

Definition at line 83 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4InelasticInteraction::Pmltpc ( G4int  np,
G4int  nm,
G4int  nz,
G4int  n,
G4double  b,
G4double  c 
)
protected

Definition at line 64 of file G4InelasticInteraction.cc.

void G4InelasticInteraction::RegisterIsotopeProductionModel ( G4VIsotopeProduction aModel)
inline

Definition at line 68 of file G4InelasticInteraction.hh.

void G4InelasticInteraction::Rotate ( G4FastVector< G4ReactionProduct, GHADLISTSIZE > &  vec,
G4int vecLen 
)
protected

Definition at line 354 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4InelasticInteraction::SetUpChange ( G4FastVector< G4ReactionProduct, GHADLISTSIZE > &  vec,
G4int vecLen,
G4ReactionProduct currentParticle,
G4ReactionProduct targetParticle,
G4bool incidentHasChanged 
)
protected

Definition at line 368 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4InelasticInteraction::SetUpPions ( const G4int  np,
const G4int  nm,
const G4int  nz,
G4FastVector< G4ReactionProduct, GHADLISTSIZE > &  vec,
G4int vecLen 
)
protected

Definition at line 112 of file G4InelasticInteraction.cc.

Here is the call graph for this function:

void G4InelasticInteraction::TurnOnIsotopeProduction ( )
inline

Definition at line 71 of file G4InelasticInteraction.hh.

Member Data Documentation

G4bool G4InelasticInteraction::isotopeProduction
protected

Definition at line 117 of file G4InelasticInteraction.hh.

G4ReactionDynamics G4InelasticInteraction::theReactionDynamics
protected

Definition at line 119 of file G4InelasticInteraction.hh.


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