ATLAS Offline Software
|
useful struct for a single navigation cell More...
#include <INavigator.h>
Public Member Functions | |
NavigationCell (const TrackingVolume *nVol, std::unique_ptr< TrackParameters > lPar, BoundarySurfaceFace face=undefinedFace) | |
Constructor. More... | |
Public Attributes | |
const TrackingVolume * | nextVolume |
std::unique_ptr< TrackParameters > | parametersOnBoundary |
BoundarySurfaceFace | exitFace |
useful struct for a single navigation cell
Definition at line 37 of file INavigator.h.
|
inline |
Constructor.
Definition at line 45 of file INavigator.h.
BoundarySurfaceFace Trk::NavigationCell::exitFace |
Definition at line 43 of file INavigator.h.
const TrackingVolume* Trk::NavigationCell::nextVolume |
Definition at line 40 of file INavigator.h.
std::unique_ptr<TrackParameters> Trk::NavigationCell::parametersOnBoundary |
Definition at line 42 of file INavigator.h.