56 const G4double t1 = -7264.04*fermi*fermi*fermi;
57 const G4double tGamma = 87.65*fermi*fermi*fermi*fermi*fermi*fermi;
64 for(
G4int c1 = 0; c1 < nBarion; ++c1)
69 for(
G4int c2 = c1 + 1; c2 < nBarion; ++c2)
78 Etot += Vo*0.5/r12*
G4Exp(1/(4*
Alpha*GammaY*GammaY))*
79 (
G4Exp(-r12/GammaY)*(1 - Erf(0.5/GammaY/std::sqrt(
Alpha) - std::sqrt(
Alpha)*r12)) -
80 G4Exp( r12/GammaY)*(1 - Erf(0.5/GammaY/std::sqrt(
Alpha) + std::sqrt(
Alpha)*r12)));
88 for(
G4int c3 = c2 + 1; c3 < nBarion; c3++)
115 const G4double P2[5] = { 7.3738883, 6.8650185, 3.0317993, 0.56316962, 4.3187787e-5 };
116 const G4double Q2[5] = { 7.3739609, 15.184908, 12.79553, 5.3542168, 1. };
130 H = X*(P10 + P11*
Y)/(Q10+
Y);
138 for(c1 = 3; c1 >= 0; c1--)
143 H = 1 -
G4Exp(-V*V)*AP/AQ;
148 H = 1 -
G4Exp(-V*V)*(
C1+
Y*(P30 + P31*
Y)/(Q30 +
Y))/V;
189 for(
G4int c1 = 0; c1 < nHitNucleons; ++c1)
212 for(std::size_t cParticle = 0; cParticle < theBarions.size(); ++cParticle)
222const G4double G4RKFieldIntegrator::coulomb = 1.44 / 1.14 * MeV;
226const G4double G4RKFieldIntegrator::a_kaon = 0.35;
231const G4double G4RKFieldIntegrator::a_pion = 0.35;
235const G4double G4RKFieldIntegrator::a_antiproton = 1.53;
G4double Y(G4double density)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
G4double G4Log(G4double x)
Hep3Vector boostVector() const
void SetPosition(const G4ThreeVector aPosition)
const G4ThreeVector & GetPosition() const
const G4ParticleDefinition * GetDefinition() const
const G4LorentzVector & Get4Momentum() const
G4double GetPDGCharge() const
static G4Pow * GetInstance()
G4double powA(G4double A, G4double y) const
G4double A23(G4double A) 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)