Problem 2339

Summary: Different material parameters in G4NistMaterialBuilder and G4DensityEffectData
Product: Geant4 Reporter: Konstantin <konstik>
Component: materialsAssignee: Vladimir.Ivantchenko
Status: RESOLVED INVALID    
Severity: minor    
Priority: P4    
Version: 10.7   
Hardware: All   
OS: All   

Description Konstantin 2021-02-24 22:46:02 CET
Mean ionisation potential is different in G4NistMaterialBuilder::NistSimpleMaterials and G4DensityEffectData::Initialize functions. This may cause confusion when creating materials.
  For example, for carbon made via G4NistManager::FindOrBuildMaterial("G4_C"):
  I=81, C=3.0679807, x0=-0.018709584, x1=2.5023904,
for carbon made "manually" via G4Material:
  I=81, C=2.9925, x0=0.0351, x1=2.486,
and in G4DensityEffectData::Initialize (Sternheimer (1984) tables):
  I=78.0, C=2.9925, x0=-0.0351, x1=2.486.
Comment 1 Vladimir.Ivantchenko 2021-09-20 10:11:11 CEST
Hello,

parameterisation of Sternheimer was done in 1984. NIST mean ionisation potentials was extracted in 2005 and updated later after ICRU73 and recently with ICRU90 reports. So, Nist material data are supported more by experiment. At the same time, we cannot change original parameterisation of the density effect made in 184, so we keep the table from this publication unchanged. During initialisation we scale the density effect shape to have relativistic plato according to the NIST ionisation potential.

VI