Geant4  10.00.p02
G4LENDModel Class Reference

#include <G4LENDModel.hh>

+ Inheritance diagram for G4LENDModel:
+ Collaboration diagram for G4LENDModel:

Public Member Functions

 G4LENDModel (G4String name="LENDModel")
 
 ~G4LENDModel ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
 
void ChangeDefaultEvaluation (G4String name)
 
void AllowNaturalAbundanceTarget ()
 
void AllowAnyCandidateTarget ()
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
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
 
virtual G4int GetVerboseLevel () const
 
virtual 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 const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double,
G4double
GetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 
virtual void ModelDescription (std::ostream &outFile) const
 

Protected Member Functions

void create_used_target_map ()
 
void recreate_used_target_map ()
 
- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 

Protected Attributes

G4ParticleDefinitionproj
 
G4LENDManagerlend_manager
 
std::map< G4int,
G4LENDUsedTarget * > 
usedTarget_map
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Private Attributes

G4String default_evaluation
 
G4bool allow_nat
 
G4bool allow_any
 

Detailed Description

Definition at line 49 of file G4LENDModel.hh.

Constructor & Destructor Documentation

G4LENDModel::G4LENDModel ( G4String  name = "LENDModel")

Definition at line 45 of file G4LENDModel.cc.

References allow_any, allow_nat, default_evaluation, eV, G4LENDManager::GetInstance(), lend_manager, MeV, proj, G4HadronicInteraction::SetMaxEnergy(), and G4HadronicInteraction::SetMinEnergy().

+ Here is the call graph for this function:

G4LENDModel::~G4LENDModel ( )

Definition at line 64 of file G4LENDModel.cc.

References usedTarget_map.

Member Function Documentation

void G4LENDModel::AllowAnyCandidateTarget ( )
inline

Definition at line 62 of file G4LENDModel.hh.

References allow_any, and recreate_used_target_map().

Referenced by G4NeutronLENDBuilder::Build(), and G4HadronElasticPhysicsLEND::ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LENDModel::AllowNaturalAbundanceTarget ( )
inline

Definition at line 61 of file G4LENDModel.hh.

References allow_nat, and recreate_used_target_map().

+ Here is the call graph for this function:

G4HadFinalState * G4LENDModel::ApplyYourself ( const G4HadProjectile aTrack,
G4Nucleus aTargetNucleus 
)
virtual
void G4LENDModel::BuildPhysicsTable ( const G4ParticleDefinition )
inline

Definition at line 64 of file G4LENDModel.hh.

void G4LENDModel::ChangeDefaultEvaluation ( G4String  name)
inline

Definition at line 60 of file G4LENDModel.hh.

References default_evaluation, name, and recreate_used_target_map().

Referenced by G4NeutronLENDBuilder::Build(), and G4HadronElasticPhysicsLEND::ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LENDModel::recreate_used_target_map ( )
protected

Definition at line 74 of file G4LENDModel.cc.

References create_used_target_map(), and usedTarget_map.

Referenced by AllowAnyCandidateTarget(), AllowNaturalAbundanceTarget(), and ChangeDefaultEvaluation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4bool G4LENDModel::allow_any
private

Definition at line 70 of file G4LENDModel.hh.

Referenced by AllowAnyCandidateTarget(), create_used_target_map(), and G4LENDModel().

G4bool G4LENDModel::allow_nat
private

Definition at line 69 of file G4LENDModel.hh.

Referenced by AllowNaturalAbundanceTarget(), create_used_target_map(), and G4LENDModel().

G4String G4LENDModel::default_evaluation
private

Definition at line 64 of file G4LENDModel.hh.

Referenced by ChangeDefaultEvaluation(), create_used_target_map(), and G4LENDModel().


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