40   : A1(134),A2(141),A3((A1 + A2)*0.5),As(0.0),Sigma1(0.0),Sigma2(0.0),
 
   55   if (A <= 235) { Sigma2 = 5.6; }  
 
   56   else          { Sigma2 = 5.6 + 0.096*(A-235); }
 
   64   SigmaS = 0.8*
G4Exp(0.00553*U + 2.1386); 
 
   76     if (U <= 16.25) { wa = 
G4Exp(0.5385*U-9.9564); }  
 
   77     else            { wa = 
G4Exp(0.09197*U-2.7003); }            
 
   79     wa = 
G4Exp(0.09197*U-1.0808);
 
   82     wa = 
G4Exp(0.09197*(U-X) - 1.0808);
 
   93     if (82 <= Z && Z < 89 && A < 227) { w *= 
G4Exp(0.3*(227-A)); }
 
double A(double temperature)
 
static constexpr double MeV
 
G4double G4Exp(G4double initial_x)
Exponential Function double precision. 
 
T max(const T t1, const T t2)
brief Return the largest of the two arguments 
 
void DefineParameters(G4int A, G4int Z, G4double ExEnergy, G4double FissionBarrier)