33 #define INCLXX_IN_GEANT4_MODE 1
44 #ifndef G4INCLNUCLEUS_HH_
45 #define G4INCLNUCLEUS_HH_
125 for(
ParticleIter i = outgoing.begin(); i != outgoing.end(); ++i) {
208 incomingAngularMomentum = j;
216 incomingMomentum =
p;
221 return incomingMomentum;
239 for(
ParticleIter i=inside.begin(); i!=inside.end(); ++i)
240 if((*i)->isDelta())
return true;
358 }
else if((zp==1 || zp==2) && ap==3) {
361 }
else if(zp==2 && ap==4) {
368 ERROR(
"Negative Coulomb radius! Using the universe radius" << std::endl);
393 delete theProjectileRemnant;
394 theProjectileRemnant =
c;
402 delete theProjectileRemnant;
403 theProjectileRemnant = NULL;
439 void computeOneNucleonRecoilKinematics();
442 G4int theInitialZ, theInitialA;
448 ThreeVector incomingAngularMomentum, incomingMomentum;