34 #define INCLXX_IN_GEANT4_MODE 1
45 #ifndef G4INCLPROJECTILEREMNANT_HH_
46 #define G4INCLPROJECTILEREMNANT_HH_
74 const G4double momentumZ = std::sqrt(energy*energy - projectileMass*projectileMass);
193 const G4double theCMEnergy = (*p)->getEnergy();
196 energies.push_back(theCMEnergy);
199 std::sort(energies.begin(), energies.end());
237 pL.push_back(
p->second);
245 INCL_ERROR(
"Couldn't find particle " << p->
getID() <<
" in the list of projectile components" <<
'\n');
248 return i->second->getMomentum();
287 #endif // G4INCLPROJECTILEREMNANT_HH_