33 #define INCLXX_IN_GEANT4_MODE 1
64 std::list<Intersection> theIntersections;
71 (*p)->getPropagationVelocity(),
74 theIntersections.push_back(intersection);
77 (*p)->setPosition(intersection.
position);
80 if(intersection.
time < theFirstEntryTime) {
81 theFirstEntryTime = intersection.
time;
82 theFirstID = (*p)->getID();
87 std::list<Intersection>::const_iterator intIter = theIntersections.begin();
88 for(
ParticleIter p=projectiles.begin();
p!=projectiles.end(); ++
p, ++intIter) {
90 if((*intIter).exists) {
93 if((*p)->getID() == theFirstID) {
103 return theAvatarList;