113 const ThreeVector &particle1Momentum = particle1->getMomentum();
117 G4double xmdel = sampleDeltaMass(ecm);
120 if (pnorm <= 0.0) pnorm=0.000001;
124 if (rndm < 0.5) index=1;
127 if (rndm < 0.5) index2=1;
134 b=(5.287/(1.+std::exp((1.3-x)/0.05)))*1.e-6;
136 b=(4.65+0.706*(x-1.4))*1.e-6;
140 G4double ctet=1.0+std::log(1.-rndm*(1.-std::exp(-2.*xkh)))/xkh;
141 if(std::abs(ctet) > 1.0) ctet =
Math::sign(ctet);
142 G4double stet = std::sqrt(1.-ctet*ctet);
151 const G4double particle1MomentumZ = particle1Momentum.
getZ();
152 G4double zz = std::pow(particle1MomentumZ, 2);
154 if (xx >= zz*1.e-8) {
170 xp1 = (ex[0]*cfi*stet+ey[0]*sfi*stet+ez[0]*ctet)*pnorm;
171 xp2 = (ex[1]*cfi*stet+ey[1]*sfi*stet+ez[1]*ctet)*pnorm;
172 xp3 = (ex[2]*cfi*stet+ey[2]*sfi*stet+ez[2]*ctet)*pnorm;
179 G4double e3 = std::sqrt(xp1*xp1+xp2*xp2+xp3*xp3
186 particle1->setMomentum(mom);
190 particle1->setMomentum(mom);
194 particle1->setEnergy(ecm - e3);
195 particle2->setEnergy(e3);
196 particle2->setMomentum(-particle1->getMomentum());
210 particle1->setHelicity(0.0);
217 particle1->setHelicity(ctet*ctet);
231 particle2->setType(
Proton);
236 if(particle1->isDelta()) particle1->setMass(xmdel);
237 if(particle2->isDelta()) particle2->setMass(xmdel);
const G4double effectiveDeltaWidth
const G4double effectiveDeltaMass
G4ThreadLocal G4double minDeltaMass
G4ThreadLocal G4double minDeltaMassRndm
const G4double effectiveNucleonMass2
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
const G4double effectiveNucleonMass