Geant4  10.02
G4IonisParamMat Class Reference

#include <G4IonisParamMat.hh>

+ Collaboration diagram for G4IonisParamMat:

Public Member Functions

 G4IonisParamMat (G4Material *)
 
virtual ~G4IonisParamMat ()
 
G4double GetMeanExcitationEnergy () const
 
void SetMeanExcitationEnergy (G4double value)
 
G4double FindMeanExcitationEnergy (const G4String &chFormula)
 
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 &)
 
G4int operator== (const G4IonisParamMat &) const
 
G4int operator!= (const G4IonisParamMat &) const
 
 G4IonisParamMat (const G4IonisParamMat &)
 

Private Attributes

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 = 0
 

Detailed Description

Definition at line 58 of file G4IonisParamMat.hh.

Constructor & Destructor Documentation

G4IonisParamMat::G4IonisParamMat ( 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 ( )
virtual

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 )
private

Member Function Documentation

void G4IonisParamMat::ComputeFluctModel ( )
private

Definition at line 348 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 372 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(), keV, and z.

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::GetChemicalFormula(), 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 222 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 G4String chFormula)

Definition at line 443 of file G4IonisParamMat.cc.

References eV, fMeanExcitationEnergy, name, numberOfMolecula, and x.

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

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetAdensity ( ) const
inline

Definition at line 93 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 87 of file G4IonisParamMat.hh.

References fAdjustmentFactor.

G4double G4IonisParamMat::GetBirksConstant ( ) const
inline

Definition at line 139 of file G4IonisParamMat.hh.

References fBirks.

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

+ Here is the caller graph for this function:

G4double G4IonisParamMat::GetCdensity ( ) const
inline

Definition at line 89 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 99 of file G4IonisParamMat.hh.

References fD0density.

G4DensityEffectData * G4IonisParamMat::GetDensityEffectData ( )
static

Definition at line 173 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 121 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 113 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 117 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 109 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 111 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 129 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 133 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 131 of file G4IonisParamMat.hh.

References fLfactor.

G4double G4IonisParamMat::GetLogEnergy1fluct ( ) const
inline

Definition at line 115 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 119 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 77 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 91 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 145 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 85 of file G4IonisParamMat.hh.

References fPlasmaEnergy.

G4double G4IonisParamMat::GetRateionexcfluct ( ) const
inline

Definition at line 123 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 79 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 81 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 95 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 97 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 127 of file G4IonisParamMat.hh.

References fZeff.

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

+ Here is the caller graph for this function:

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

Definition at line 137 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 143 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 416 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 192 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fBirks
private

Definition at line 211 of file G4IonisParamMat.hh.

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

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

Definition at line 201 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fEnergy1fluct
private

Definition at line 197 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fEnergy2fluct
private

Definition at line 199 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fF1fluct
private

Definition at line 195 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fF2fluct
private

Definition at line 196 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fFermiEnergy
private

Definition at line 206 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fInvA23
private

Definition at line 208 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fLfactor
private

Definition at line 207 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fLogEnergy1fluct
private

Definition at line 198 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fLogEnergy2fluct
private

Definition at line 200 of file G4IonisParamMat.hh.

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

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

Definition at line 191 of file G4IonisParamMat.hh.

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

G4double G4IonisParamMat::fRateionexcfluct
private

Definition at line 202 of file G4IonisParamMat.hh.

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

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

Definition at line 181 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 205 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: