92 if(U < 10*
eV || 0==N) {
return 0.0; }
106 G4bool ChargedNucleon(
false);
108 ChargedNucleon =
true;
114 if (ChargedNucleon) {
120 G4double RelativeVelocity = std::sqrt(RelativeVelocitySqr);
124 (10.63/RelativeVelocitySqr - 29.92/RelativeVelocity + 42.9)
128 (34.10/RelativeVelocitySqr - 82.20/RelativeVelocity + 82.2)
136 AveragedXSection = ((Z-1)*ppXSection + (A-Z)*npXSection)/
G4double(A-1);
140 AveragedXSection = ((A-Z-1)*ppXSection + Z*npXSection)/
G4double(A-1);
147 G4double PauliFactor = 1.0 - 1.4*FermiRelRatio;
148 if (FermiRelRatio > 0.5) {
150 PauliFactor += 0.4*FermiRelRatio*x*x*std::sqrt(x);
242 if( (Ncharged == Npart) ||
248 }
else if ( deltaN > 0 ) {
259 if ( Npart < Ncharged )