54    const G4double tGamma =  87.65*fermi*fermi*fermi*fermi*fermi*
fermi;
 
   60    G4int nBarion = Barions.size();
 
   66       for(
G4int c2 = 
c1 + 1; c2 < nBarion; c2++)
 
   72          Etot += t1*std::pow(Alpha/
pi, 3/2)*std::exp(-Alpha*r12*r12); 
 
   75          Etot += Vo*0.5/r12*std::exp(1/(4*Alpha*GammaY*GammaY))*
 
   76             (std::exp(-r12/GammaY)*(1 - Erf(0.5/GammaY/std::sqrt(Alpha) - std::sqrt(Alpha)*r12)) - 
 
   77              std::exp( r12/GammaY)*(1 - Erf(0.5/GammaY/std::sqrt(Alpha) + std::sqrt(Alpha)*r12)));
 
   85          for(
G4int c3 = c2 + 1; c3 < nBarion; c3++)
 
   91             Etot  = tGamma*std::pow(4*Alpha*Alpha/3/
pi/
pi, 1.5)*std::exp(-Alpha*(r12*r12 + r13*r13));
 
  110    static G4double P2[5] = { 7.3738883, 6.8650185,  3.0317993, 0.56316962, 4.3187787e-5 };
 
  111    static G4double Q2[5] = { 7.3739609, 15.184908, 12.79553,   5.3542168,  1. };
 
  125       H = X*(P10 + P11*
Y)/(Q10+Y);
 
  133      for(c1 = 3; c1 >= 0; c1--)
 
  138      H = 1 - std::exp(-V*V)*AP/AQ;
 
  143         H = 1 - std::exp(-V*V)*(C1+Y*(P30 + P31*
Y)/(Q30 + Y))/V;
 
  184    for(
G4int c1 = 0; c1 < nHitNucleons; c1++)
 
  207    for(
size_t cParticle = 0; cParticle < theBarions.size(); cParticle++)
 
  217 const G4double G4RKFieldIntegrator::coulomb = 1.44 / 1.14 * 
MeV;
 
  221 const G4double G4RKFieldIntegrator::a_kaon = 0.35;
 
  226 const G4double G4RKFieldIntegrator::a_pion = 0.35;
 
  230 const G4double G4RKFieldIntegrator::a_antiproton = 1.53;