33 #define INCLXX_IN_GEANT4_MODE 1
44 #ifndef G4INCLINTERSECTION_HH
45 #define G4INCLINTERSECTION_HH 1
77 return getTrajectoryIntersection(x0, p, r,
true);
80 return getTrajectoryIntersection(x0, p, r,
false);
83 return std::make_pair(
84 getTrajectoryIntersection(x0, p, r,
true),
85 getTrajectoryIntersection(x0, p, r,
false)