ATLAS Offline Software
|
Class extension to return the object, a represenation & the result. More...
#include <Intersection.h>
Public Member Functions | |
FullIntersection (const Intersection &sInter, const T *sObject, const R *sRepresentation, const S *sResult, PropDirection dir=alongMomentum) | |
Full intersection. More... | |
bool | operator< (const FullIntersection< T, R, S > &oi) const |
smaller operator for ordering & sorting More... | |
Public Attributes | |
Intersection | intersection |
const T * | object |
const R * | representation |
const S * | result |
PropDirection | pDirection |
Class extension to return the object, a represenation & the result.
Definition at line 63 of file Intersection.h.
|
inline |
|
inline |
Intersection Trk::FullIntersection< T, R, S >::intersection |
Definition at line 66 of file Intersection.h.
const T* Trk::FullIntersection< T, R, S >::object |
Definition at line 67 of file Intersection.h.
PropDirection Trk::FullIntersection< T, R, S >::pDirection |
Definition at line 70 of file Intersection.h.
const R* Trk::FullIntersection< T, R, S >::representation |
Definition at line 68 of file Intersection.h.
const S* Trk::FullIntersection< T, R, S >::result |
Definition at line 69 of file Intersection.h.