#include <G4INCLIntersection.hh>
Public Member Functions | |
| Intersection (const G4bool e, const G4double t, const ThreeVector &p) | |
Data Fields | |
| G4bool | exists |
| G4double | time |
| ThreeVector | position |
The structure contains the time and position of the intersection point of a trajectory with a surface, if it exists.
Definition at line 56 of file G4INCLIntersection.hh.
| G4INCL::Intersection::Intersection | ( | const G4bool | e, | |
| const G4double | t, | |||
| const ThreeVector & | p | |||
| ) | [inline] |
Definition at line 59 of file G4INCLIntersection.hh.
Referenced by G4INCL::CoulombNone::bringToSurface(), and G4INCL::StandardPropagationModel::getReflectionTime().
Definition at line 61 of file G4INCLIntersection.hh.
Referenced by G4INCL::CoulombNone::bringToSurface().
Definition at line 60 of file G4INCLIntersection.hh.
Referenced by G4INCL::StandardPropagationModel::getReflectionTime().
1.4.7