Geant4  10.02
G4DiffuseElastic Class Reference

#include <G4DiffuseElastic.hh>

+ Inheritance diagram for G4DiffuseElastic:
+ Collaboration diagram for G4DiffuseElastic:

Public Member Functions

 G4DiffuseElastic ()
 
virtual ~G4DiffuseElastic ()
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
void Initialise ()
 
void InitialiseOnFly (G4double Z, G4double A)
 
void BuildAngleTable ()
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
G4double NeutronTuniform (G4int Z)
 
void SetPlabLowLimit (G4double value)
 
void SetHEModelLowLimit (G4double value)
 
void SetQModelLowLimit (G4double value)
 
void SetLowestEnergyLimit (G4double value)
 
void SetRecoilKinEnergyLimit (G4double value)
 
G4double SampleT (const G4ParticleDefinition *aParticle, G4double p, G4double A)
 
G4double SampleTableT (const G4ParticleDefinition *aParticle, G4double p, G4double Z, G4double A)
 
G4double SampleThetaCMS (const G4ParticleDefinition *aParticle, G4double p, G4double A)
 
G4double SampleTableThetaCMS (const G4ParticleDefinition *aParticle, G4double p, G4double Z, G4double A)
 
G4double GetScatteringAngle (G4int iMomentum, G4int iAngle, G4double position)
 
G4double SampleThetaLab (const G4HadProjectile *aParticle, G4double tmass, G4double A)
 
G4double GetDiffuseElasticXsc (const G4ParticleDefinition *particle, G4double theta, G4double momentum, G4double A)
 
G4double GetInvElasticXsc (const G4ParticleDefinition *particle, G4double theta, G4double momentum, G4double A, G4double Z)
 
G4double GetDiffuseElasticSumXsc (const G4ParticleDefinition *particle, G4double theta, G4double momentum, G4double A, G4double Z)
 
G4double GetInvElasticSumXsc (const G4ParticleDefinition *particle, G4double tMand, G4double momentum, G4double A, G4double Z)
 
G4double IntegralElasticProb (const G4ParticleDefinition *particle, G4double theta, G4double momentum, G4double A)
 
G4double GetCoulombElasticXsc (const G4ParticleDefinition *particle, G4double theta, G4double momentum, G4double Z)
 
G4double GetInvCoulombElasticXsc (const G4ParticleDefinition *particle, G4double tMand, G4double momentum, G4double A, G4double Z)
 
G4double GetCoulombTotalXsc (const G4ParticleDefinition *particle, G4double momentum, G4double Z)
 
G4double GetCoulombIntegralXsc (const G4ParticleDefinition *particle, G4double momentum, G4double Z, G4double theta1, G4double theta2)
 
G4double CalculateParticleBeta (const G4ParticleDefinition *particle, G4double momentum)
 
G4double CalculateZommerfeld (G4double beta, G4double Z1, G4double Z2)
 
G4double CalculateAm (G4double momentum, G4double n, G4double Z)
 
G4double CalculateNuclearRad (G4double A)
 
G4double ThetaCMStoThetaLab (const G4DynamicParticle *aParticle, G4double tmass, G4double thetaCMS)
 
G4double ThetaLabToThetaCMS (const G4DynamicParticle *aParticle, G4double tmass, G4double thetaLab)
 
void TestAngleTable (const G4ParticleDefinition *theParticle, G4double partMom, G4double Z, G4double A)
 
G4double BesselJzero (G4double z)
 
G4double BesselJone (G4double z)
 
G4double DampFactor (G4double z)
 
G4double BesselOneByArg (G4double z)
 
G4double GetDiffElasticProb (G4double theta)
 
G4double GetDiffElasticSumProb (G4double theta)
 
G4double GetDiffElasticSumProbA (G4double alpha)
 
G4double GetIntegrandFunction (G4double theta)
 
G4double GetNuclearRadius ()
 
- Public Member Functions inherited from G4HadronElastic
 G4HadronElastic (const G4String &name="hElasticLHEP")
 
virtual ~G4HadronElastic ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
void SetLowestEnergyLimit (G4double value)
 
G4double LowestEnergyLimit () const
 
G4double ComputeMomentumCMS (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual void ModelDescription (std::ostream &) const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
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 BuildPhysicsTable (const G4ParticleDefinition &)
 

Private Attributes

G4ParticleDefinitiontheProton
 
G4ParticleDefinitiontheNeutron
 
G4ParticleDefinitiontheDeuteron
 
G4ParticleDefinitiontheAlpha
 
const G4ParticleDefinitionthePionPlus
 
const G4ParticleDefinitionthePionMinus
 
G4double lowEnergyRecoilLimit
 
G4double lowEnergyLimitHE
 
G4double lowEnergyLimitQ
 
G4double lowestEnergyLimit
 
G4double plabLowLimit
 
G4int fEnergyBin
 
G4int fAngleBin
 
G4PhysicsLogVectorfEnergyVector
 
G4PhysicsTablefAngleTable
 
std::vector< G4PhysicsTable * > fAngleBank
 
std::vector< G4doublefElementNumberVector
 
std::vector< G4StringfElementNameVector
 
const G4ParticleDefinitionfParticle
 
G4double fWaveVector
 
G4double fAtomicWeight
 
G4double fAtomicNumber
 
G4double fNuclearRadius
 
G4double fBeta
 
G4double fZommerfeld
 
G4double fAm
 
G4bool fAddCoulomb
 

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 59 of file G4DiffuseElastic.hh.

Constructor & Destructor Documentation

G4DiffuseElastic::~G4DiffuseElastic ( )
virtual

Definition at line 116 of file G4DiffuseElastic.cc.

References fAngleBank, fAngleTable, and fEnergyVector.

Member Function Documentation

G4double G4DiffuseElastic::BesselJone ( G4double  z)
inline

Definition at line 330 of file G4DiffuseElastic.hh.

Referenced by BesselOneByArg(), GetDiffElasticProb(), GetDiffElasticSumProb(), and GetDiffElasticSumProbA().

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::BesselJzero ( G4double  z)
inline

Definition at line 278 of file G4DiffuseElastic.hh.

Referenced by GetDiffElasticProb(), GetDiffElasticSumProb(), and GetDiffElasticSumProbA().

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::BesselOneByArg ( G4double  z)
inline

Definition at line 405 of file G4DiffuseElastic.hh.

References BesselJone(), and x.

Referenced by GetDiffElasticProb(), GetDiffElasticSumProb(), and GetDiffElasticSumProbA().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DiffuseElastic::BuildAngleTable ( )

Definition at line 999 of file G4DiffuseElastic.cc.

References a, CalculateAm(), CalculateZommerfeld(), fAddCoulomb, fAm, fAngleBin, fAngleTable, fAtomicNumber, fBeta, fEnergyBin, fEnergyVector, fNuclearRadius, fParticle, fWaveVector, fZommerfeld, GetIntegrandFunction(), G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4PhysicsTable::insertAt(), G4Integrator< T, F >::Legendre10(), pi, G4PhysicsFreeVector::PutValue(), and z.

Referenced by Initialise(), and InitialiseOnFly().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::CalculateAm ( G4double  momentum,
G4double  n,
G4double  Z 
)
inline

Definition at line 451 of file G4DiffuseElastic.hh.

References G4Pow::A13(), fAm, G4Pow::GetInstance(), and n.

Referenced by BuildAngleTable(), GetCoulombElasticXsc(), GetCoulombIntegralXsc(), GetCoulombTotalXsc(), GetDiffuseElasticSumXsc(), and TestAngleTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::CalculateNuclearRad ( G4double  A)
inline

Definition at line 466 of file G4DiffuseElastic.hh.

References G4Pow::A13(), a2, G4Pow::A23(), a3, fermi, fNuclearRadius, G4Pow::GetInstance(), G4Pow::powA(), and r0.

Referenced by GetDiffuseElasticSumXsc(), GetDiffuseElasticXsc(), Initialise(), InitialiseOnFly(), IntegralElasticProb(), SampleThetaCMS(), and TestAngleTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::CalculateParticleBeta ( const G4ParticleDefinition particle,
G4double  momentum 
)
inline

Definition at line 426 of file G4DiffuseElastic.hh.

References a, fBeta, and G4ParticleDefinition::GetPDGMass().

Referenced by GetCoulombElasticXsc(), GetCoulombIntegralXsc(), GetCoulombTotalXsc(), and GetDiffuseElasticSumXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::CalculateZommerfeld ( G4double  beta,
G4double  Z1,
G4double  Z2 
)
inline

Definition at line 440 of file G4DiffuseElastic.hh.

References fZommerfeld.

Referenced by BuildAngleTable(), GetCoulombElasticXsc(), GetCoulombIntegralXsc(), GetCoulombTotalXsc(), GetDiffuseElasticSumXsc(), and TestAngleTable().

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::DampFactor ( G4double  z)
inline

Definition at line 382 of file G4DiffuseElastic.hh.

References f2, f3, and f4.

Referenced by GetDiffElasticProb(), GetDiffElasticSumProb(), and GetDiffElasticSumProbA().

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetCoulombElasticXsc ( const G4ParticleDefinition particle,
G4double  theta,
G4double  momentum,
G4double  Z 
)
inline

Definition at line 530 of file G4DiffuseElastic.hh.

References CalculateAm(), CalculateParticleBeta(), CalculateZommerfeld(), G4ParticleDefinition::GetPDGCharge(), n, and z.

Referenced by GetInvCoulombElasticXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetCoulombIntegralXsc ( const G4ParticleDefinition particle,
G4double  momentum,
G4double  Z,
G4double  theta1,
G4double  theta2 
)
inline

Definition at line 579 of file G4DiffuseElastic.hh.

References c1, c2, CalculateAm(), CalculateParticleBeta(), CalculateZommerfeld(), G4cout, G4endl, G4ParticleDefinition::GetPDGCharge(), n, twopi, and z.

+ Here is the call graph for this function:

G4double G4DiffuseElastic::GetCoulombTotalXsc ( const G4ParticleDefinition particle,
G4double  momentum,
G4double  Z 
)
inline

Definition at line 554 of file G4DiffuseElastic.hh.

References CalculateAm(), CalculateParticleBeta(), CalculateZommerfeld(), fermi, G4cout, G4endl, G4ParticleDefinition::GetPDGCharge(), n, pi, and z.

+ Here is the call graph for this function:

G4double G4DiffuseElastic::GetDiffElasticProb ( G4double  theta)

Definition at line 379 of file G4DiffuseElastic.cc.

References BesselJone(), BesselJzero(), BesselOneByArg(), DampFactor(), e1, e2, fermi, fNuclearRadius, fParticle, fWaveVector, G4Exp(), GeV, G4InuclParticleNames::k0, G4InuclParticleNames::lambda, pi, theNeutron, and theProton.

Referenced by GetDiffuseElasticXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetDiffElasticSumProb ( G4double  theta)

Definition at line 467 of file G4DiffuseElastic.cc.

References BesselJone(), BesselJzero(), BesselOneByArg(), DampFactor(), e1, e2, fAddCoulomb, fAm, fermi, fNuclearRadius, fParticle, fWaveVector, fZommerfeld, G4Exp(), GeV, G4InuclParticleNames::k0, G4InuclParticleNames::lambda, pi, theNeutron, and theProton.

Referenced by GetDiffuseElasticSumXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetDiffElasticSumProbA ( G4double  alpha)

Definition at line 573 of file G4DiffuseElastic.cc.

References BesselJone(), BesselJzero(), BesselOneByArg(), DampFactor(), e1, e2, fAddCoulomb, fAm, fermi, fNuclearRadius, fParticle, fWaveVector, fZommerfeld, G4Exp(), G4InuclParticleNames::lambda, pi, theNeutron, and theProton.

Referenced by GetIntegrandFunction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetDiffuseElasticSumXsc ( const G4ParticleDefinition particle,
G4double  theta,
G4double  momentum,
G4double  A,
G4double  Z 
)

Definition at line 243 of file G4DiffuseElastic.cc.

References A(), CalculateAm(), CalculateNuclearRad(), CalculateParticleBeta(), CalculateZommerfeld(), fAddCoulomb, fAm, fAtomicNumber, fAtomicWeight, fBeta, fNuclearRadius, fParticle, fWaveVector, fZommerfeld, GetDiffElasticSumProb(), G4ParticleDefinition::GetPDGCharge(), and z.

Referenced by GetInvElasticSumXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetDiffuseElasticXsc ( const G4ParticleDefinition particle,
G4double  theta,
G4double  momentum,
G4double  A 
)

Definition at line 172 of file G4DiffuseElastic.cc.

References A(), CalculateNuclearRad(), fAddCoulomb, fAtomicWeight, fNuclearRadius, fParticle, fWaveVector, and GetDiffElasticProb().

Referenced by GetInvElasticXsc().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetIntegrandFunction ( G4double  theta)

Definition at line 679 of file G4DiffuseElastic.cc.

References GetDiffElasticSumProbA().

Referenced by BuildAngleTable(), IntegralElasticProb(), SampleThetaCMS(), and TestAngleTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::GetInvCoulombElasticXsc ( const G4ParticleDefinition particle,
G4double  tMand,
G4double  momentum,
G4double  A,
G4double  Z 
)

Definition at line 330 of file G4DiffuseElastic.cc.

References GetCoulombElasticXsc(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetPDGMass(), G4He3::He3(), pi, theAlpha, theDeuteron, theProton, and G4Triton::Triton().

+ Here is the call graph for this function:

G4double G4DiffuseElastic::GetInvElasticSumXsc ( const G4ParticleDefinition particle,
G4double  tMand,
G4double  momentum,
G4double  A,
G4double  Z 
)

Definition at line 278 of file G4DiffuseElastic.cc.

References GetDiffuseElasticSumXsc(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetPDGMass(), G4He3::He3(), pi, theAlpha, theDeuteron, theProton, and G4Triton::Triton().

+ Here is the call graph for this function:

G4double G4DiffuseElastic::GetInvElasticXsc ( const G4ParticleDefinition particle,
G4double  theta,
G4double  momentum,
G4double  A,
G4double  Z 
)

Definition at line 193 of file G4DiffuseElastic.cc.

References GetDiffuseElasticXsc(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetPDGMass(), G4He3::He3(), pi, theAlpha, theDeuteron, theProton, and G4Triton::Triton().

+ Here is the call graph for this function:

G4double G4DiffuseElastic::GetNuclearRadius ( )
inline

Definition at line 192 of file G4DiffuseElastic.hh.

G4double G4DiffuseElastic::GetScatteringAngle ( G4int  iMomentum,
G4int  iAngle,
G4double  position 
)

Definition at line 1092 of file G4DiffuseElastic.cc.

References fAngleTable, and G4UniformRand.

Referenced by SampleTableThetaCMS().

+ Here is the caller graph for this function:

void G4DiffuseElastic::Initialise ( )

Definition at line 138 of file G4DiffuseElastic.cc.

References BuildAngleTable(), CalculateNuclearRad(), fAngleBank, fAngleTable, fAtomicNumber, fAtomicWeight, fElementNameVector, fElementNumberVector, fNuclearRadius, G4cout, G4endl, G4NistManager::GetAtomicMassAmu(), G4Element::GetElementTable(), G4Element::GetNumberOfElements(), G4NistManager::Instance(), and G4HadronicInteraction::verboseLevel.

+ Here is the call graph for this function:

void G4DiffuseElastic::InitialiseOnFly ( G4double  Z,
G4double  A 
)

Definition at line 973 of file G4DiffuseElastic.cc.

References BuildAngleTable(), CalculateNuclearRad(), fAngleBank, fAngleTable, fAtomicNumber, fAtomicWeight, fElementNumberVector, fNuclearRadius, G4cout, G4endl, G4NistManager::GetAtomicMassAmu(), G4NistManager::Instance(), and G4HadronicInteraction::verboseLevel.

Referenced by SampleTableThetaCMS().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::IntegralElasticProb ( const G4ParticleDefinition particle,
G4double  theta,
G4double  momentum,
G4double  A 
)

Definition at line 695 of file G4DiffuseElastic.cc.

References A(), CalculateNuclearRad(), fAtomicWeight, fNuclearRadius, fParticle, fWaveVector, GetIntegrandFunction(), and G4Integrator< T, F >::Legendre96().

+ Here is the call graph for this function:

G4bool G4DiffuseElastic::IsApplicable ( const G4HadProjectile projectile,
G4Nucleus nucleus 
)
inlinevirtual

Reimplemented from G4HadronicInteraction.

Definition at line 233 of file G4DiffuseElastic.hh.

References G4HadProjectile::GetDefinition(), G4Nucleus::GetZ_asInt(), G4KaonMinus::KaonMinus(), G4KaonPlus::KaonPlus(), G4Neutron::Neutron(), G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), and G4Proton::Proton().

+ Here is the call graph for this function:

G4double G4DiffuseElastic::NeutronTuniform ( G4int  Z)

Definition at line 824 of file G4DiffuseElastic.cc.

References G4Exp().

Referenced by SampleInvariantT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Reimplemented from G4HadronElastic.

Definition at line 786 of file G4DiffuseElastic.cc.

References fParticle, G4UniformRand, G4NucleiProperties::GetNuclearMass(), G4ParticleDefinition::GetPDGMass(), NeutronTuniform(), SampleTableT(), and theNeutron.

+ Here is the call graph for this function:

G4double G4DiffuseElastic::SampleT ( const G4ParticleDefinition aParticle,
G4double  p,
G4double  A 
)

Definition at line 720 of file G4DiffuseElastic.cc.

References SampleThetaCMS().

Referenced by SampleThetaLab().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::SampleTableT ( const G4ParticleDefinition aParticle,
G4double  p,
G4double  Z,
G4double  A 
)

Definition at line 838 of file G4DiffuseElastic.cc.

References alpha, and SampleTableThetaCMS().

Referenced by SampleInvariantT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::SampleTableThetaCMS ( const G4ParticleDefinition aParticle,
G4double  p,
G4double  Z,
G4double  A 
)

Definition at line 853 of file G4DiffuseElastic.cc.

References fAngleBank, fAngleBin, fAngleTable, fElementNumberVector, fEnergyBin, fEnergyVector, G4UniformRand, G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGMass(), GetScatteringAngle(), InitialiseOnFly(), and position.

Referenced by SampleTableT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::SampleThetaCMS ( const G4ParticleDefinition aParticle,
G4double  p,
G4double  A 
)

Definition at line 733 of file G4DiffuseElastic.cc.

References A(), CalculateNuclearRad(), fAtomicWeight, fNuclearRadius, fParticle, fWaveVector, G4UniformRand, GetIntegrandFunction(), G4Integrator< T, F >::Legendre10(), G4Integrator< T, F >::Legendre96(), pi, and G4INCL::DeJongSpin::shoot().

Referenced by SampleT().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4DiffuseElastic::SampleThetaLab ( const G4HadProjectile aParticle,
G4double  tmass,
G4double  A 
)

Definition at line 1135 of file G4DiffuseElastic.cc.

References G4cout, G4endl, G4UniformRand, G4HadProjectile::Get4Momentum(), G4HadProjectile::GetDefinition(), G4ParticleDefinition::GetPDGMass(), G4HadProjectile::GetTotalMomentum(), GeV, SampleT(), twopi, and G4HadronicInteraction::verboseLevel.

+ Here is the call graph for this function:

void G4DiffuseElastic::SetHEModelLowLimit ( G4double  value)
inline

Definition at line 257 of file G4DiffuseElastic.hh.

References lowEnergyLimitHE.

void G4DiffuseElastic::SetLowestEnergyLimit ( G4double  value)
inline

Definition at line 267 of file G4DiffuseElastic.hh.

References lowestEnergyLimit.

void G4DiffuseElastic::SetPlabLowLimit ( G4double  value)
inline

Definition at line 252 of file G4DiffuseElastic.hh.

References plabLowLimit.

void G4DiffuseElastic::SetQModelLowLimit ( G4double  value)
inline

Definition at line 262 of file G4DiffuseElastic.hh.

References lowEnergyLimitQ.

void G4DiffuseElastic::SetRecoilKinEnergyLimit ( G4double  value)
inline

Definition at line 247 of file G4DiffuseElastic.hh.

References lowEnergyRecoilLimit.

G4double G4DiffuseElastic::ThetaCMStoThetaLab ( const G4DynamicParticle aParticle,
G4double  tmass,
G4double  thetaCMS 
)

Definition at line 1223 of file G4DiffuseElastic.cc.

References G4cout, G4endl, G4UniformRand, G4DynamicParticle::Get4Momentum(), G4DynamicParticle::GetDefinition(), G4ParticleDefinition::GetPDGMass(), twopi, and G4HadronicInteraction::verboseLevel.

+ Here is the call graph for this function:

G4double G4DiffuseElastic::ThetaLabToThetaCMS ( const G4DynamicParticle aParticle,
G4double  tmass,
G4double  thetaLab 
)

Definition at line 1283 of file G4DiffuseElastic.cc.

References G4cout, G4endl, G4UniformRand, G4DynamicParticle::Get4Momentum(), G4DynamicParticle::GetDefinition(), G4ParticleDefinition::GetPDGMass(), G4DynamicParticle::GetTotalMomentum(), twopi, and G4HadronicInteraction::verboseLevel.

+ Here is the call graph for this function:

Member Data Documentation

std::vector<G4PhysicsTable*> G4DiffuseElastic::fAngleBank
private
G4int G4DiffuseElastic::fAngleBin
private
G4double G4DiffuseElastic::fAtomicNumber
private
G4double G4DiffuseElastic::fBeta
private
std::vector<G4String> G4DiffuseElastic::fElementNameVector
private

Definition at line 219 of file G4DiffuseElastic.hh.

Referenced by Initialise().

std::vector<G4double> G4DiffuseElastic::fElementNumberVector
private
G4int G4DiffuseElastic::fEnergyBin
private
G4PhysicsLogVector* G4DiffuseElastic::fEnergyVector
private
G4double G4DiffuseElastic::lowEnergyLimitHE
private

Definition at line 206 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic(), and SetHEModelLowLimit().

G4double G4DiffuseElastic::lowEnergyLimitQ
private

Definition at line 207 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic(), and SetQModelLowLimit().

G4double G4DiffuseElastic::lowEnergyRecoilLimit
private

Definition at line 205 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic(), and SetRecoilKinEnergyLimit().

G4double G4DiffuseElastic::lowestEnergyLimit
private

Definition at line 208 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic(), and SetLowestEnergyLimit().

G4double G4DiffuseElastic::plabLowLimit
private

Definition at line 209 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic(), and SetPlabLowLimit().

G4ParticleDefinition* G4DiffuseElastic::theAlpha
private
G4ParticleDefinition* G4DiffuseElastic::theDeuteron
private
G4ParticleDefinition* G4DiffuseElastic::theNeutron
private
const G4ParticleDefinition* G4DiffuseElastic::thePionMinus
private

Definition at line 203 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic().

const G4ParticleDefinition* G4DiffuseElastic::thePionPlus
private

Definition at line 202 of file G4DiffuseElastic.hh.

Referenced by G4DiffuseElastic().


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