70 G4double psq = particle1->getMomentum().mag2();
76 G4double y = 1.0 - ranres * (1.0 - z);
82 if((particle1->getType() ==
Proton && particle2->getType() ==
Neutron) ||
83 (particle1->getType() ==
Neutron && particle2->getType() ==
Proton)) {
86 apt = (800.0/pl)*(800.0/pl);
87 G4double cpt = std::max(6.23 * std::exp(-1.79*x), 0.3);
89 G4double aaa = (1 + apt) * (1 - std::exp(-btmax))/b;
95 argu = std::exp(-4.0 * argu);
98 G4double aac = cpt * (1.0 - argu)/alphac;
101 z = std::exp(-4.0 * psq *alphac);
103 y = 1.0 - ranres*(1.0 - z);
104 T = std::log(y)/alphac;
110 if(std::abs(ctet) > 1.0) ctet =
Math::sign(ctet);
111 G4double stet = std::sqrt(1.0 - ctet*ctet);
118 G4double xx = particle1->getMomentum().perp2();
119 G4double zz = std::pow(particle1->getMomentum().getZ(), 2);
121 if(xx >= (zz * 1.0e-8)) {
126 ez[0] = p.
getX() / pnorm;
127 ez[1] = p.
getY() / pnorm;
128 ez[2] = p.
getZ() / pnorm;
131 ex[0] = p.
getY() / yn;
132 ex[1] = -p.
getX() / yn;
139 G4double pX = (ex[0]*cfi*stet + ey[0]*sfi*stet + ez[0]*ctet) * pnorm;
140 G4double pY = (ex[1]*cfi*stet + ey[1]*sfi*stet + ez[1]*ctet) * pnorm;
141 G4double pZ = (ex[2]*cfi*stet + ey[2]*sfi*stet + ez[2]*ctet) * pnorm;
144 particle1->setMomentum(p1momentum);
145 particle2->setMomentum(-p1momentum);
147 G4double momZ = particle1->getMomentum().getZ();
153 particle1->setMomentum(p1momentum);
154 particle2->setMomentum(-p1momentum);
158 srcChannel =
new SrcChannel(particle1, particle2, thenucleus);
159 srcChannel->fillFinalState(fs, particle1->getType(), particle2->getType());
165 if((particle1->getType() ==
Proton && particle2->getType() ==
Neutron) ||
166 (particle1->getType() ==
Neutron && particle2->getType() ==
Proton)) {
170 apt = std::pow(800.0/pl, 2);
172 if(iexpi == 1 || rndm > 1.0/(1.0 + apt)) {
173 particle1->setType(p2TypeOld);
174 particle2->setType(p1TypeOld);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
const G4double effectiveNucleonMass