ATLAS Offline Software
|
Public Member Functions | |
ActsTrackWrapper (const Acts::BoundTrackParameters *trackParams, Acts::GeometryContext &ctx) | |
Constructor. More... | |
Acts::Vector3 | position () const |
Position getter. More... | |
Acts::BoundVector | parameters () const |
Parameter getter. More... | |
const std::optional< Acts::BoundSquareMatrix > & | covariance () const |
Covariance getter. More... | |
Private Attributes | |
const Acts::BoundTrackParameters * | m_params |
The Acts track parameters. More... | |
Acts::GeometryContext | m_geometryContext |
The Acts geometry context. More... | |
Wrapper code for Acts track parameters, to provide a position() method without the need of explicitly passing the Acts::GeometryContext
Definition at line 91 of file ExtrapolatorComparisonTest.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
The Acts geometry context.
Definition at line 109 of file ExtrapolatorComparisonTest.h.
|
private |
The Acts track parameters.
Definition at line 107 of file ExtrapolatorComparisonTest.h.