50 if (A <= 235)
Sigma2 = 5.6;
51 else Sigma2 = 5.6 + 0.096*(A-235);
55 SigmaS = std::exp(0.00553*U/
MeV + 2.1386);
74 if (U <= 16.25) wa = std::exp(0.5385*U/
MeV-9.9564);
75 else wa = std::exp(0.09197*U/
MeV-2.7003);
77 wa = std::exp(0.09197*U-1.0808);
81 wa = std::exp(0.09197*(U-X)/
MeV-1.0808);
92 if (82 <= Z && Z < 89 && A < 227)
w *= std::exp(0.3*(227-A));
static const G4double A[nN]
T max(const T t1, const T t2)
brief Return the largest of the two arguments