69 antinucleon = particle2;
73 antinucleon = particle1;
79 if(nucleon->getType()==
Proton){
86 INCL_ERROR(
"We should not be in this channel " <<
'\n');
96 INCL_ERROR(
"We should not be in this channel " <<
'\n');
103 G4double ey=(sqrtS*sqrtS+my*my-mn*mn)/(2*sqrtS);
104 G4double en=std::sqrt(ey*ey-my*my+mn*mn);
105 nucleon->setEnergy(en);
106 antinucleon->setEnergy(ey);
112 antinucleon->setMomentum(mom_antinucleon);
113 nucleon->setMomentum(-mom_antinucleon);