ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LENDorBERTModel Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/gamma_nuclear/include/G4LENDorBERTModel.hh>

+ Inheritance diagram for G4LENDorBERTModel:
+ Collaboration diagram for G4LENDorBERTModel:

Public Member Functions

 G4LENDorBERTModel (G4ParticleDefinition *pd)
 
 ~G4LENDorBERTModel ()
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
 
- Public Member Functions inherited from G4LENDModel
 G4LENDModel (G4String name="LENDModel")
 
 ~G4LENDModel ()
 
void ChangeDefaultEvaluation (G4String name)
 
void AllowNaturalAbundanceTarget ()
 
void AllowAnyCandidateTarget ()
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void DumpLENDTargetInfo (G4bool force=false)
 
- 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 &aTrack, G4Nucleus &targetNucleus)
 
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)
 
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
 
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
 
virtual void InitialiseModel ()
 

Private Attributes

G4LENDCombinedModellend
 
G4CascadeInterfacebert
 

Additional Inherited Members

- Protected Member Functions inherited from G4LENDModel
void create_used_target_map ()
 
void recreate_used_target_map ()
 
G4GIDI_targetget_target_from_map (G4int nuclear_code)
 
G4HadFinalStatereturnUnchanged (const G4HadProjectile &aTrack, G4HadFinalState *theResult)
 
- Protected Attributes inherited from G4LENDModel
G4ParticleDefinitionproj
 
G4LENDManagerlend_manager
 
std::map< G4int,
G4LENDUsedTarget * > 
usedTarget_map
 

Detailed Description

Definition at line 46 of file G4LENDorBERTModel.hh.

View newest version in sPHENIX GitHub at line 46 of file G4LENDorBERTModel.hh

Constructor & Destructor Documentation

G4LENDorBERTModel::G4LENDorBERTModel ( G4ParticleDefinition pd)

Definition at line 31 of file G4LENDorBERTModel.cc.

View newest version in sPHENIX GitHub at line 31 of file G4LENDorBERTModel.cc

References bert, lend, and G4LENDModel::proj.

G4LENDorBERTModel::~G4LENDorBERTModel ( )
inline

Definition at line 50 of file G4LENDorBERTModel.hh.

View newest version in sPHENIX GitHub at line 50 of file G4LENDorBERTModel.hh

Member Function Documentation

G4HadFinalState * G4LENDorBERTModel::ApplyYourself ( const G4HadProjectile aTrack,
G4Nucleus aTargetNucleus 
)
virtual

Reimplemented from G4LENDModel.

Definition at line 43 of file G4LENDorBERTModel.cc.

View newest version in sPHENIX GitHub at line 43 of file G4LENDorBERTModel.cc

References G4HadronicInteraction::ApplyYourself(), bert, G4Nucleus::GetA_asInt(), G4HadProjectile::GetDefinition(), G4Nucleus::GetIsotope(), G4HadProjectile::GetKineticEnergy(), G4Isotope::Getm(), G4HadProjectile::GetMaterial(), G4Nucleus::GetZ_asInt(), G4LENDCombinedModel::HasData(), and lend.

+ Here is the call graph for this function:

void G4LENDorBERTModel::BuildPhysicsTable ( const G4ParticleDefinition projectile)
virtual

Reimplemented from G4HadronicInteraction.

Definition at line 38 of file G4LENDorBERTModel.cc.

View newest version in sPHENIX GitHub at line 38 of file G4LENDorBERTModel.cc

References G4LENDCombinedModel::BuildPhysicsTable(), G4LENDModel::create_used_target_map(), and lend.

+ Here is the call graph for this function:

Member Data Documentation

G4CascadeInterface* G4LENDorBERTModel::bert
private

Definition at line 58 of file G4LENDorBERTModel.hh.

View newest version in sPHENIX GitHub at line 58 of file G4LENDorBERTModel.hh

Referenced by ApplyYourself(), and G4LENDorBERTModel().

G4LENDCombinedModel* G4LENDorBERTModel::lend
private

Definition at line 57 of file G4LENDorBERTModel.hh.

View newest version in sPHENIX GitHub at line 57 of file G4LENDorBERTModel.hh

Referenced by ApplyYourself(), BuildPhysicsTable(), and G4LENDorBERTModel().


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