77 G4double y = 1.0 - ranres * (1.0 - z);
87 apt = (800.0/pl)*(800.0/pl);
90 G4double aaa = (1 + apt) * (1 - std::exp(-btmax))/b;
96 argu = std::exp(-4.0 * argu);
99 G4double aac = cpt * (1.0 - argu)/alphac;
102 z = std::exp(-4.0 * psq *alphac);
104 y = 1.0 - ranres*(1.0 - z);
105 T = std::log(y)/alphac;
111 if(std::abs(ctet) > 1.0) ctet =
Math::sign(ctet);
112 G4double stet = std::sqrt(1.0 - ctet*ctet);
122 if(xx >= (zz * 1.0e-8)) {
127 ez[0] = p.getX() / pnorm;
128 ez[1] = p.getY() / pnorm;
129 ez[2] = p.getZ() / pnorm;
132 ex[0] = p.getY() / yn;
133 ex[1] = -p.getX() / yn;
136 ey[0] = p.getX() * p.getZ() / zn;
137 ey[1] = p.getY() * p.getZ() / zn;
140 G4double pX = (ex[0]*cfi*stet + ey[0]*sfi*stet + ez[0]*ctet) * pnorm;
141 G4double pY = (ex[1]*cfi*stet + ey[1]*sfi*stet + ez[1]*ctet) * pnorm;
142 G4double pZ = (ex[2]*cfi*stet + ey[2]*sfi*stet + ez[2]*ctet) * pnorm;
144 ThreeVector p1momentum = ThreeVector(pX, pY, pZ);
153 ThreeVector p1momentum(pX, pY, pZ);
165 apt = std::pow(800.0/pl, 2);
167 if(iexpi == 1 || rndm > 1.0/(1.0 + apt)) {
176 fs->addModifiedParticle(particle1);
177 fs->addModifiedParticle(particle2);
G4double squareTotalEnergyInCM(Particle const *const p1, Particle const *const p2)
const G4INCL::ThreeVector & getMomentum() const
G4double calculateNNAngularSlope(G4double energyCM, G4int iso)
Calculate the slope of the NN DDXS.
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4INCL::ParticleType getType() const
void setType(ParticleType t)
G4double momentumInLab(Particle const *const p1, Particle const *const p2)
gives the momentum in the lab frame of two particles.
const G4double effectiveNucleonMass
virtual void setMomentum(const G4INCL::ThreeVector &momentum)