53 const G4double t1 = -7264.04*fermi*fermi*fermi;
54 const G4double tGamma = 87.65*fermi*fermi*fermi*fermi*fermi*fermi;
60 G4int nBarion = Barions.size();
61 for(
G4int c1 = 0; c1 < nBarion; c1++)
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++)
217const G4double G4RKFieldIntegrator::coulomb = 1.44 / 1.14 * MeV;
221const G4double G4RKFieldIntegrator::a_kaon = 0.35;
226const G4double G4RKFieldIntegrator::a_pion = 0.35;
230const G4double G4RKFieldIntegrator::a_antiproton = 1.53;
Hep3Vector boostVector() const
void SetPosition(const G4ThreeVector aPosition)
const G4ThreeVector & GetPosition() const
G4ParticleDefinition * GetDefinition() const
const G4LorentzVector & Get4Momentum() const
G4double GetPDGCharge() const
G4double GetNeutronPotential(G4double radius)
G4double GetExcitationEnergy(G4int nHitNucleons, const G4KineticTrackVector &theParticles)
void Transport(G4KineticTrackVector &theActive, const G4KineticTrackVector &theSpectators, G4double theTimeStep)
G4double GetPionPotential(G4double radius)
G4double GetProtonPotential(G4double radius)
G4double GetAntiprotonPotential(G4double radius)
G4double GetKaonPotential(G4double radius)