Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -40,14 +40,15 @@ class G4DeexPrecoUtility
{
public:
// compute correction factor
static G4double CorrectionFactor(const G4int index, const G4int Z,
const G4double A13, const G4double CB,
const G4double eKin, const G4double eKin0);
// Compute correction factor
// Data comes from Dostrovsky, Fraenkel and Friedlander
// Physical Review, vol 116, num. 3 1959
static G4double CorrectionFactor(const G4int index, const G4int Z,
const G4double A13,
const G4double bCoulomb,
const G4double ekin);
static G4double ProtonKValue(const G4int Z);
static G4double AlphaKValue(const G4int Z);
@@ -56,6 +57,8 @@ public:
static G4double AlphaCValue(const G4int Z);
static G4double LevelDensity(const G4int Z, const G4int A, const G4int index);
};
#endif