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
@@ -31,7 +31,6 @@
// 21.03.2013 V.Ivanchenko redesigned and cleaned up
#include "G4CookShellCorrections.hh"
#include <CLHEP/Units/SystemOfUnits.h>
// Data comes from:
// J.L. Cook, H. Ferguson and A.R.de L. Musgrove, Aust. J. Phys., 20, 477(1967)
@@ -48,7 +47,6 @@ G4double G4CookShellCorrections::ShellZTable[] = {
-4.17, -4.13, -4.32, -4.55, -5.04, -5.28, -6.06, -6.28,
};
// S(N) 118 values from N = 33 to N = 150
G4double G4CookShellCorrections::ShellNTable[] = {
15.52, 16.38, 17.16, 17.55, 18.03, 17.59, 19.03, 18.71, 18.80, 18.99,
@@ -65,10 +63,5 @@ G4double G4CookShellCorrections::ShellNTable[] = {
5.09, 5.03, 4.93, 5.28, 5.49, 5.50, 5.37, 5.30
};
G4CookShellCorrections::G4CookShellCorrections()
{
for(size_t i=0; i<ZTableSize; ++i) { ShellZTable[i] *= CLHEP::MeV; }
for(size_t i=0; i<NTableSize; ++i) { ShellNTable[i] *= CLHEP::MeV; }
}
G4CookShellCorrections::G4CookShellCorrections() {}
@@ -39,7 +39,7 @@ G4CoulombBarrier::G4CoulombBarrier(G4int A, G4int Z)
: G4VCoulombBarrier(A, Z)
{
factor = CLHEP::elm_coupling*Z;
SetParameters(0.6*G4NuclearRadii::RadiusCB(Z, A), 1.5*CLHEP::fermi);
SetParameters(0.4*G4NuclearRadii::RadiusCB(Z, A), 1.5*CLHEP::fermi);
}
G4double G4CoulombBarrier::GetCoulombBarrier(