Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -124,6 +124,11 @@ class G4IonisParamMat
inline void SetMeanEnergyPerIonPair(G4double value) { fMeanEnergyPerIon = value; };
inline G4double GetMeanEnergyPerIonPair() const { return fMeanEnergyPerIon; };
// parameter for sampling of positron annihilation at rest
inline void SetOrtoPositroniumFraction(G4double value) { fOrtoPositroniumFraction = value; };
inline G4double GetOrtoPositroniumFraction() const { return fOrtoPositroniumFraction; };
// operators
G4bool operator==(const G4IonisParamMat&) const = delete;
G4bool operator!=(const G4IonisParamMat&) const = delete;
@@ -186,6 +191,8 @@ class G4IonisParamMat
// average energy per ion pair
G4double fMeanEnergyPerIon;
G4double twoln10;
// parameter for sampling of positron annihilation at rest
G4double fOrtoPositroniumFraction{0.035};
// static data created only once
static G4DensityEffectData* fDensityData;