ATLAS Offline Software
|
#include <TimedExtrapolator.h>
Public Member Functions | |
ParamsNextVolume () | |
update the boundaryInformation More... | |
void | boundaryInformation (const TrackingVolume *tvol, const TrackParameters *nextPars, const TrackParameters *navPars, BoundarySurfaceFace face=undefinedFace) |
reset the boundary information by invalidating it More... | |
void | resetBoundaryInformation () |
Public Attributes | |
const TrackingVolume * | nextVolume |
< the members More... | |
const TrackParameters * | nextParameters |
const TrackParameters * | navParameters |
BoundarySurfaceFace | exitFace |
Definition at line 110 of file TimedExtrapolator.h.
|
inline |
update the boundaryInformation
Definition at line 118 of file TimedExtrapolator.h.
|
inline |
reset the boundary information by invalidating it
Definition at line 127 of file TimedExtrapolator.h.
|
inline |
Definition at line 139 of file TimedExtrapolator.h.
BoundarySurfaceFace Trk::ParamsNextVolume::exitFace |
Definition at line 116 of file TimedExtrapolator.h.
const TrackParameters* Trk::ParamsNextVolume::navParameters |
Definition at line 115 of file TimedExtrapolator.h.
const TrackParameters* Trk::ParamsNextVolume::nextParameters |
Definition at line 114 of file TimedExtrapolator.h.
const TrackingVolume* Trk::ParamsNextVolume::nextVolume |
< the members
Definition at line 113 of file TimedExtrapolator.h.