ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Intersection-point structure. More...
Public Member Functions | |
Intersection (const G4bool e, const G4double t, const ThreeVector &p) | |
Public Attributes | |
G4bool | exists |
G4double | time |
ThreeVector | position |
Intersection-point structure.
The structure contains the time and position of the intersection point of a trajectory with a surface, if it exists.
Definition at line 58 of file G4INCLIntersection.hh.
View newest version in sPHENIX GitHub at line 58 of file G4INCLIntersection.hh
|
inline |
Definition at line 59 of file G4INCLIntersection.hh.
View newest version in sPHENIX GitHub at line 59 of file G4INCLIntersection.hh
G4bool G4INCL::Intersection::exists |
Definition at line 61 of file G4INCLIntersection.hh.
View newest version in sPHENIX GitHub at line 61 of file G4INCLIntersection.hh
Referenced by G4INCL::CoulombNone::bringToSurface(), G4INCL::StandardPropagationModel::getReflectionTime(), and G4INCL::INCL::makeCompoundNucleus().
ThreeVector G4INCL::Intersection::position |
Definition at line 63 of file G4INCLIntersection.hh.
View newest version in sPHENIX GitHub at line 63 of file G4INCLIntersection.hh
Referenced by G4INCL::CoulombNone::bringToSurface().
G4double G4INCL::Intersection::time |
Definition at line 62 of file G4INCLIntersection.hh.
View newest version in sPHENIX GitHub at line 62 of file G4INCLIntersection.hh
Referenced by G4INCL::CoulombNone::bringToSurface(), and G4INCL::StandardPropagationModel::getReflectionTime().