Geant4  10.03
G4IonisParamMat Class Reference

#include <G4IonisParamMat.hh>

+ Collaboration diagram for G4IonisParamMat:

Public Member Functions

 G4IonisParamMat (const G4Material *)
 
 ~G4IonisParamMat ()
 
G4double GetMeanExcitationEnergy () const
 
void SetMeanExcitationEnergy (G4double value)
 
G4double FindMeanExcitationEnergy (const G4Material *) const
 
G4double GetLogMeanExcEnergy () const
 
G4doubleGetShellCorrectionVector () const
 
G4double GetTaul () const
 
G4double GetPlasmaEnergy () const
 
G4double GetAdjustmentFactor () const
 
G4double GetCdensity () const
 
G4double GetMdensity () const
 
G4double GetAdensity () const
 
G4double GetX0density () const
 
G4double GetX1density () const
 
G4double GetD0density () const
 
G4double DensityCorrection (G4double x)
 
G4double GetF1fluct () const
 
G4double GetF2fluct () const
 
G4double GetEnergy1fluct () const
 
G4double GetLogEnergy1fluct () const
 
G4double GetEnergy2fluct () const
 
G4double GetLogEnergy2fluct () const
 
G4double GetEnergy0fluct () const
 
G4double GetRateionexcfluct () const
 
G4double GetZeffective () const
 
G4double GetFermiEnergy () const
 
G4double GetLFactor () const
 
G4double GetInvA23 () const
 
void SetBirksConstant (G4double value)
 
G4double GetBirksConstant () const
 
void SetMeanEnergyPerIonPair (G4double value)
 
G4double GetMeanEnergyPerIonPair () const
 
 G4IonisParamMat (__void__ &)
 

Static Public Member Functions

static G4DensityEffectDataGetDensityEffectData ()
 

Private Member Functions

void ComputeMeanParameters ()
 
void ComputeDensityEffect ()
 
void ComputeFluctModel ()
 
void ComputeIonParameters ()
 
G4IonisParamMatoperator= (const G4IonisParamMat &)=delete
 
G4int operator== (const G4IonisParamMat &) const =delete
 
G4int operator!= (const G4IonisParamMat &) const =delete
 
 G4IonisParamMat (const G4IonisParamMat &)=delete
 

Private Attributes

const G4MaterialfMaterial
 
G4double fMeanExcitationEnergy
 
G4double fLogMeanExcEnergy
 
G4doublefShellCorrectionVector
 
G4double fTaul
 
G4double fCdensity
 
G4double fMdensity
 
G4double fAdensity
 
G4double fX0density
 
G4double fX1density
 
G4double fD0density
 
G4double fPlasmaEnergy
 
G4double fAdjustmentFactor
 
G4double fF1fluct
 
G4double fF2fluct
 
G4double fEnergy1fluct
 
G4double fLogEnergy1fluct
 
G4double fEnergy2fluct
 
G4double fLogEnergy2fluct
 
G4double fEnergy0fluct
 
G4double fRateionexcfluct
 
G4double fZeff
 
G4double fFermiEnergy
 
G4double fLfactor
 
G4double fInvA23
 
G4double fBirks
 
G4double fMeanEnergyPerIon
 
G4double twoln10
 

Static Private Attributes

static G4DensityEffectDatafDensityData = nullptr
 

Detailed Description

Definition at line 58 of file G4IonisParamMat.hh.

Constructor & Destructor Documentation

G4IonisParamMat::G4IonisParamMat ( const G4Material material)

Definition at line 56 of file G4IonisParamMat.cc.

References ComputeDensityEffect(), ComputeFluctModel(), ComputeIonParameters(), ComputeMeanParameters(), fAdjustmentFactor, fBirks, fCdensity, fD0density, fDensityData, fMeanEnergyPerIon, G4Pow::GetInstance(), G4Pow::logZ(), and twoln10.

+ Here is the call graph for this function:

G4IonisParamMat::~G4IonisParamMat ( )

Definition at line 116 of file G4IonisParamMat.cc.

References fDensityData, and fShellCorrectionVector.

G4IonisParamMat::G4IonisParamMat ( __void__ &  )

Definition at line 81 of file G4IonisParamMat.cc.

References fAdensity, fAdjustmentFactor, fBirks, fCdensity, fD0density, fDensityData, fEnergy0fluct, fEnergy1fluct, fEnergy2fluct, fF1fluct, fF2fluct, fFermiEnergy, fInvA23, fLfactor, fLogEnergy1fluct, fLogEnergy2fluct, fLogMeanExcEnergy, fMdensity, fMeanEnergyPerIon, fMeanExcitationEnergy, fPlasmaEnergy, fRateionexcfluct, fTaul, fX0density, fX1density, fZeff, G4Pow::GetInstance(), G4Pow::logZ(), and twoln10.

+ Here is the call graph for this function:

G4IonisParamMat::G4IonisParamMat ( const G4IonisParamMat )
privatedelete

Member Function Documentation

void G4IonisParamMat::ComputeFluctModel ( )
private

Definition at line 351 of file G4IonisParamMat.cc.

References eV, fEnergy0fluct, fEnergy1fluct, fEnergy2fluct, fF1fluct, fF2fluct, fLogEnergy1fluct, fLogEnergy2fluct, fLogMeanExcEnergy, fMaterial, fRateionexcfluct, G4Exp(), G4Log(), G4Material::GetElementVector(), G4Material::GetFractionVector(), and G4Material::GetNumberOfElements().

Referenced by G4IonisParamMat(), and SetMeanExcitationEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4IonisParamMat::ComputeIonParameters ( )
private

Definition at line 375 of file G4IonisParamMat.cc.

References G4Pow::A23(), fFermiEnergy, fInvA23, fLfactor, fMaterial, fZeff, G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4IonisParamElm::GetFermiVelocity(), G4Pow::GetInstance(), G4Element::GetIonisation(), G4IonisParamElm::GetLFactor(), G4Element::GetN(), G4Material::GetNumberOfElements(), G4Element::GetZ(), and keV.

Referenced by G4IonisParamMat().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4IonisParamMat::ComputeMeanParameters ( )
private

Definition at line 126 of file G4IonisParamMat.cc.

References FindMeanExcitationEnergy(), fLogMeanExcEnergy, fMaterial, fMeanExcitationEnergy, fShellCorrectionVector, fTaul, G4Exp(), G4Log(), G4Material::GetElementVector(), G4Element::GetIonisation(), G4IonisParamElm::GetMeanExcitationEnergy(), G4Material::GetNumberOfElements(), G4Material::GetTotNbOfElectPerVolume(), G4Material::GetVecNbOfAtomsPerVolume(), and G4Element::GetZ().

Referenced by G4IonisParamMat().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4IonisParamMat::DensityCorrection ( G4double  x)
inline

Definition at line 218 of file G4IonisParamMat.hh.

References fAdensity, fCdensity, fD0density, fMdensity, fX0density, fX1density, G4Exp(), G4Log(), and twoln10.

Referenced by G4mplIonisationWithDeltaModel::ComputeDEDXAhlen(), G4MollerBhabhaModel::ComputeDEDXPerVolume(), G4MuBetheBlochModel::ComputeDEDXPerVolume(), and G4BetheBlochModel::ComputeDEDXPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4IonisParamMat::FindMeanExcitationEnergy ( const G4Material mat) const

Definition at line 446 of file G4IonisParamMat.cc.

References eV, fDensityData, G4Material::GetChemicalFormula(), G4DensityEffectData::GetIndex(), G4DensityEffectData::GetMeanIonisationPotential(), G4Material::GetName(), G4InuclParticleNames::name(), and numberOfMolecula.

Referenced by G4NistMaterialBuilder::BuildMaterial(), and ComputeMeanParameters().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetAdensity ( ) const
inline

Definition at line 89 of file G4IonisParamMat.hh.

References fAdensity.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4mplIonisationModel::ComputeDEDXAhlen(), and G4EmCorrections::DensityCorrection().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetAdjustmentFactor ( ) const
inline

Definition at line 83 of file G4IonisParamMat.hh.

References fAdjustmentFactor.

G4double G4IonisParamMat::GetBirksConstant ( ) const
inline

Definition at line 135 of file G4IonisParamMat.hh.

References fBirks.

Referenced by SteppingAction::BirksAttenuation(), G4EmSaturation::DumpBirksCoefficients(), G4EmSaturation::InitialiseBirksCoefficient(), and G4EmSaturation::VisibleEnergyDeposition().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetCdensity ( ) const
inline

Definition at line 85 of file G4IonisParamMat.hh.

References fCdensity.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4mplIonisationModel::ComputeDEDXAhlen(), and G4EmCorrections::DensityCorrection().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetD0density ( ) const
inline

Definition at line 95 of file G4IonisParamMat.hh.

References fD0density.

G4DensityEffectData * G4IonisParamMat::GetDensityEffectData ( )
static

Definition at line 171 of file G4IonisParamMat.cc.

References fDensityData.

Referenced by G4NistMessenger::SetNewValue().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetEnergy0fluct ( ) const
inline

Definition at line 117 of file G4IonisParamMat.hh.

References fEnergy0fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetEnergy1fluct ( ) const
inline

Definition at line 109 of file G4IonisParamMat.hh.

References fEnergy1fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetEnergy2fluct ( ) const
inline

Definition at line 113 of file G4IonisParamMat.hh.

References fEnergy2fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetF1fluct ( ) const
inline

Definition at line 105 of file G4IonisParamMat.hh.

References fF1fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetF2fluct ( ) const
inline

Definition at line 107 of file G4IonisParamMat.hh.

References fF2fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetFermiEnergy ( ) const
inline

Definition at line 125 of file G4IonisParamMat.hh.

References fFermiEnergy.

Referenced by G4ionEffectiveCharge::EffectiveCharge(), and G4IonFluctuations::RelativisticFactor().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetInvA23 ( ) const
inline

Definition at line 129 of file G4IonisParamMat.hh.

References fInvA23.

Referenced by G4CoulombScattering::MinPrimaryEnergy(), G4WentzelVIRelXSection::SetupKinematic(), and G4WentzelOKandVIxSection::SetupKinematic().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetLFactor ( ) const
inline

Definition at line 127 of file G4IonisParamMat.hh.

References fLfactor.

G4double G4IonisParamMat::GetLogEnergy1fluct ( ) const
inline

Definition at line 111 of file G4IonisParamMat.hh.

References fLogEnergy1fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetLogEnergy2fluct ( ) const
inline

Definition at line 115 of file G4IonisParamMat.hh.

References fLogEnergy2fluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetLogMeanExcEnergy ( ) const
inline

Definition at line 73 of file G4IonisParamMat.hh.

References fLogMeanExcEnergy.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), G4RDVeLowEnergyLoss::GetLossWithFluct(), and G4UniversalFluctuation::SampleFluctuations().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetMdensity ( ) const
inline

Definition at line 87 of file G4IonisParamMat.hh.

References fMdensity.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4mplIonisationModel::ComputeDEDXAhlen(), and G4EmCorrections::DensityCorrection().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetMeanEnergyPerIonPair ( ) const
inline

Definition at line 141 of file G4IonisParamMat.hh.

References fMeanEnergyPerIon.

Referenced by G4ElectronIonPair::DumpMeanEnergyPerIonPair(), and G4ElectronIonPair::MeanNumberOfIonsAlongStep().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetPlasmaEnergy ( ) const
inline

Definition at line 81 of file G4IonisParamMat.hh.

References fPlasmaEnergy.

G4double G4IonisParamMat::GetRateionexcfluct ( ) const
inline

Definition at line 119 of file G4IonisParamMat.hh.

References fRateionexcfluct.

Referenced by G4hImpactIonisation::ElectronicLossFluctuation(), and G4RDVeLowEnergyLoss::GetLossWithFluct().

+ Here is the caller graph for this function:

G4double* G4IonisParamMat::GetShellCorrectionVector ( ) const
inline

Definition at line 75 of file G4IonisParamMat.hh.

References fShellCorrectionVector.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), and G4EmCorrections::ShellCorrectionSTD().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetTaul ( ) const
inline

Definition at line 77 of file G4IonisParamMat.hh.

References fTaul.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4hBetheBlochModel::LowEnergyLimit(), and G4EmCorrections::ShellCorrectionSTD().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetX0density ( ) const
inline

Definition at line 91 of file G4IonisParamMat.hh.

References fX0density.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4mplIonisationModel::ComputeDEDXAhlen(), and G4EmCorrections::DensityCorrection().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetX1density ( ) const
inline

Definition at line 93 of file G4IonisParamMat.hh.

References fX1density.

Referenced by G4hBetheBlochModel::BetheBlochFormula(), G4mplIonisationModel::ComputeDEDXAhlen(), and G4EmCorrections::DensityCorrection().

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetZeffective ( ) const
inline

Definition at line 123 of file G4IonisParamMat.hh.

References fZeff.

Referenced by G4MollerBhabhaModel::ComputeDEDXPerVolume(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4UrbanAdjointMscModel::ComputeTruePathLengthLimit(), G4GoudsmitSaundersonMscModel::ComputeTruePathLengthLimit(), G4IonFluctuations::Dispersion(), and G4ionEffectiveCharge::EffectiveCharge().

+ Here is the caller graph for this function:

G4int G4IonisParamMat::operator!= ( const G4IonisParamMat ) const
privatedelete
G4IonisParamMat& G4IonisParamMat::operator= ( const G4IonisParamMat )
privatedelete
G4int G4IonisParamMat::operator== ( const G4IonisParamMat ) const
privatedelete
void G4IonisParamMat::SetBirksConstant ( G4double  value)
inline

Definition at line 133 of file G4IonisParamMat.hh.

References fBirks.

Referenced by OpNoviceDetectorConstruction::Construct(), WLSMaterials::CreateMaterials(), LXeDetectorConstruction::DefineMaterials(), and G4EmSaturation::InitialiseBirksCoefficient().

+ Here is the caller graph for this function:

void G4IonisParamMat::SetMeanEnergyPerIonPair ( G4double  value)
inline

Definition at line 139 of file G4IonisParamMat.hh.

References fMeanEnergyPerIon.

Referenced by G4ElectronIonPair::FindG4MeanEnergyPerIonPair(), and DetectorConstruction::SetPairEnergy().

+ Here is the caller graph for this function:

void G4IonisParamMat::SetMeanExcitationEnergy ( G4double  value)

Definition at line 419 of file G4IonisParamMat.cc.

References ComputeFluctModel(), eV, fCdensity, fLogMeanExcEnergy, fMaterial, fMeanExcitationEnergy, fX0density, fX1density, G4cout, G4endl, G4Log(), G4Material::GetName(), G4NistManager::Instance(), and twoln10.

Referenced by G4NistMaterialBuilder::BuildMaterial(), G4Material::CopyPointersOfBaseMaterial(), G4HumanPhantomMaterial::DefineMaterials(), BrachyMaterial::DefineMaterials(), DetectorConstruction::DefineMaterials(), ExN03DetectorConstruction::DefineMaterials(), G4tgbMaterialMgr::FindOrBuildG4Material(), and G4GDMLReadMaterials::MaterialRead().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4IonisParamMat::fAdensity
private
G4double G4IonisParamMat::fAdjustmentFactor
private

Definition at line 188 of file G4IonisParamMat.hh.

Referenced by ComputeDensityEffect(), G4IonisParamMat(), and GetAdjustmentFactor().

G4double G4IonisParamMat::fBirks
private

Definition at line 207 of file G4IonisParamMat.hh.

Referenced by G4IonisParamMat(), GetBirksConstant(), and SetBirksConstant().

G4double G4IonisParamMat::fCdensity
private
G4double G4IonisParamMat::fD0density
private
G4DensityEffectData * G4IonisParamMat::fDensityData = nullptr
staticprivate
G4double G4IonisParamMat::fEnergy0fluct
private

Definition at line 197 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetEnergy0fluct().

G4double G4IonisParamMat::fEnergy1fluct
private

Definition at line 193 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetEnergy1fluct().

G4double G4IonisParamMat::fEnergy2fluct
private

Definition at line 195 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetEnergy2fluct().

G4double G4IonisParamMat::fF1fluct
private

Definition at line 191 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetF1fluct().

G4double G4IonisParamMat::fF2fluct
private

Definition at line 192 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetF2fluct().

G4double G4IonisParamMat::fFermiEnergy
private

Definition at line 202 of file G4IonisParamMat.hh.

Referenced by ComputeIonParameters(), G4IonisParamMat(), and GetFermiEnergy().

G4double G4IonisParamMat::fInvA23
private

Definition at line 204 of file G4IonisParamMat.hh.

Referenced by ComputeIonParameters(), G4IonisParamMat(), and GetInvA23().

G4double G4IonisParamMat::fLfactor
private

Definition at line 203 of file G4IonisParamMat.hh.

Referenced by ComputeIonParameters(), G4IonisParamMat(), and GetLFactor().

G4double G4IonisParamMat::fLogEnergy1fluct
private

Definition at line 194 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetLogEnergy1fluct().

G4double G4IonisParamMat::fLogEnergy2fluct
private

Definition at line 196 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetLogEnergy2fluct().

G4double G4IonisParamMat::fLogMeanExcEnergy
private
const G4Material* G4IonisParamMat::fMaterial
private
G4double G4IonisParamMat::fMdensity
private
G4double G4IonisParamMat::fMeanEnergyPerIon
private
G4double G4IonisParamMat::fMeanExcitationEnergy
private
G4double G4IonisParamMat::fPlasmaEnergy
private

Definition at line 187 of file G4IonisParamMat.hh.

Referenced by ComputeDensityEffect(), G4IonisParamMat(), and GetPlasmaEnergy().

G4double G4IonisParamMat::fRateionexcfluct
private

Definition at line 198 of file G4IonisParamMat.hh.

Referenced by ComputeFluctModel(), G4IonisParamMat(), and GetRateionexcfluct().

G4double* G4IonisParamMat::fShellCorrectionVector
private
G4double G4IonisParamMat::fTaul
private

Definition at line 177 of file G4IonisParamMat.hh.

Referenced by ComputeMeanParameters(), G4IonisParamMat(), and GetTaul().

G4double G4IonisParamMat::fX0density
private
G4double G4IonisParamMat::fX1density
private
G4double G4IonisParamMat::fZeff
private

Definition at line 201 of file G4IonisParamMat.hh.

Referenced by ComputeIonParameters(), G4IonisParamMat(), and GetZeffective().

G4double G4IonisParamMat::twoln10
private

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