47 if((!(aPrimaryMomentum.e()>-1)) && (!(aPrimaryMomentum.e()<1)) )
50 "G4GammaParticipants::SelectInteractions: primary nan energy.");
52 G4double S = (aPrimaryMomentum + theTargetNuc[0].Get4Momentum()).mag2();
53 G4double ThresholdMass = thePrimary.
GetMass() + theTargetNuc[0].GetDefinition()->GetPDGMass();
70 #ifdef debug_G4GammaParticipants
72 G4int nucleonCount = theTargetNuc.size();
76 const G4Nucleon& pNucleon = theTargetNuc[theCurrent];
79 const_cast<G4Nucleon&
>(pNucleon).Hit(aTarget);