Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -108,6 +108,7 @@ protected:
inline G4double ScreenFunction2(const G4double delta);
inline void ScreenFunction12(const G4double delta, G4double &f1, G4double &f2);
// helper methods for cross-section computation under different approximations
G4double ComputeParametrizedXSectionPerAtom(G4double gammaEnergy, G4double Z);
G4double ComputeXSectionPerAtom(G4double gammaEnergy, G4double Z);
G4double ComputeDXSectionPerAtom(G4double eplusEnergy, G4double gammaEnergy,
G4double Z);
@@ -124,7 +125,8 @@ private:
G4double fCoulomb;
G4double fLradEl;
G4double fDeltaFactor;
G4double fDeltaMax;
G4double fDeltaMaxLow;
G4double fDeltaMaxHigh;
G4double fEtaValue;
G4double fLPMVarS1Cond;
G4double fLPMILVarS1Cond;
@@ -176,6 +178,9 @@ protected:
//
G4double fLPMEnergy;
//
G4double fParametrizedXSectionThreshold;
G4double fCoulombCorrectionThreshold;
//
G4Pow* fG4Calc;
G4ParticleDefinition* fTheGamma;
G4ParticleDefinition* fTheElectron;