Geant4  10.00.p02
G4HadronElastic Class Reference

#include <G4HadronElastic.hh>

+ Inheritance diagram for G4HadronElastic:
+ Collaboration diagram for G4HadronElastic:

Public Member Functions

 G4HadronElastic (const G4String &name="hElasticLHEP")
 
virtual ~G4HadronElastic ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
void SetLowestEnergyLimit (G4double value)
 
G4double LowestEnergyLimit () const
 
G4double ComputeMomentumCMS (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual void Description () const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
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
 

Private Attributes

G4ParticleDefinitiontheProton
 
G4ParticleDefinitiontheNeutron
 
G4ParticleDefinitiontheDeuteron
 
G4ParticleDefinitiontheAlpha
 
G4double lowestEnergyLimit
 

Additional Inherited Members

- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 50 of file G4HadronElastic.hh.

Constructor & Destructor Documentation

G4HadronElastic::G4HadronElastic ( const G4String name = "hElasticLHEP")

Definition at line 45 of file G4HadronElastic.cc.

References G4Alpha::Alpha(), G4Deuteron::Deuteron(), eV, GeV, lowestEnergyLimit, G4Neutron::Neutron(), G4Proton::Proton(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theAlpha, theDeuteron, theNeutron, and theProton.

+ Here is the call graph for this function:

G4HadronElastic::~G4HadronElastic ( )
virtual

Definition at line 60 of file G4HadronElastic.cc.

Member Function Documentation

G4double G4HadronElastic::ComputeMomentumCMS ( const G4ParticleDefinition p,
G4double  plab,
G4int  Z,
G4int  A 
)
inline

Definition at line 98 of file G4HadronElastic.hh.

References G4NucleiProperties::GetNuclearMass(), and G4ParticleDefinition::GetPDGMass().

Referenced by SampleInvariantT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronElastic::Description ( ) const
virtual

Reimplemented in G4ElasticHadrNucleusHE, and G4ChipsElasticModel.

Definition at line 64 of file G4HadronElastic.cc.

References G4HadronicInteraction::GetModelName(), and outFile.

+ Here is the call graph for this function:

G4double G4HadronElastic::LowestEnergyLimit ( ) const
inline

Definition at line 92 of file G4HadronElastic.hh.

References lowestEnergyLimit.

G4double G4HadronElastic::SampleInvariantT ( const G4ParticleDefinition p,
G4double  plab,
G4int  Z,
G4int  A 
)
virtual

Reimplemented from G4HadronicInteraction.

Reimplemented in G4ElasticHadrNucleusHE, G4DiffuseElastic, G4NuclNuclDiffuseElastic, G4ChipsElasticModel, and G4AntiNuclElastic.

Definition at line 225 of file G4HadronElastic.cc.

References ComputeMomentumCMS(), G4UniformRand, G4Pow::GetInstance(), GeV, G4Pow::powZ(), G4Pow::Z13(), and G4Pow::Z23().

Referenced by ApplyYourself(), and G4ChipsElasticModel::SampleInvariantT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronElastic::SetLowestEnergyLimit ( G4double  value)
inline

Definition at line 87 of file G4HadronElastic.hh.

References lowestEnergyLimit.

Member Data Documentation

G4double G4HadronElastic::lowestEnergyLimit
private
G4ParticleDefinition* G4HadronElastic::theAlpha
private

Definition at line 81 of file G4HadronElastic.hh.

Referenced by ApplyYourself(), and G4HadronElastic().

G4ParticleDefinition* G4HadronElastic::theDeuteron
private

Definition at line 80 of file G4HadronElastic.hh.

Referenced by ApplyYourself(), and G4HadronElastic().

G4ParticleDefinition* G4HadronElastic::theNeutron
private

Definition at line 79 of file G4HadronElastic.hh.

Referenced by G4HadronElastic().

G4ParticleDefinition* G4HadronElastic::theProton
private

Definition at line 78 of file G4HadronElastic.hh.

Referenced by ApplyYourself(), and G4HadronElastic().


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