ATLAS Offline Software
|
#include <Intersection.h>
Public Member Functions | |
Intersection (const Amg::Vector3D &sinter, double slenght, bool svalid, double dist=0.) | |
bool | operator< (const Intersection &si) const |
Public Attributes | |
Amg::Vector3D | position |
double | pathLength |
double | distance |
bool | valid |
Definition at line 23 of file Intersection.h.
|
inline |
Definition at line 30 of file Intersection.h.
|
inline |
Definition at line 38 of file Intersection.h.
double Trk::Intersection::distance |
Definition at line 27 of file Intersection.h.
double Trk::Intersection::pathLength |
Definition at line 26 of file Intersection.h.
Amg::Vector3D Trk::Intersection::position |
Definition at line 25 of file Intersection.h.
bool Trk::Intersection::valid |
Definition at line 28 of file Intersection.h.