Import Geant4 11.0.2 source tree

This commit is contained in:
Gabriele Cosmo
2022-05-25 15:50:57 +02:00
parent de4f28d823
commit b3bf75a2a1
341 changed files with 93127 additions and 39343 deletions
@@ -139,9 +139,9 @@ G4double G4NuclearRadii::RadiusND(G4int A)
{
G4double R = CLHEP::fermi;
if(1 == A) { return R*0.895; }
G4double x = R*fG4pow->Z13(A);
if(A <= 3.) { x *= 0.8; }
else { x *= 1.7; }
// G4double x = R*fG4pow->Z13(A);
// if(A <= 3.) { x *= 0.8; }
// else { x *= 1.7; }
return R;
}