Wrapper code for Acts track parameters, to provide a position() method without the need of explicitly passing the Acts::GeometryContext.
More...
|
| | ActsTrackWrapper (const Acts::BoundTrackParameters *trackParams, Acts::GeometryContext &ctx) |
| | Constructor.
|
| Acts::Vector3 | position () const |
| | Position getter.
|
| Acts::BoundVector | parameters () const |
| | Parameter getter.
|
| const std::optional< Acts::BoundSquareMatrix > & | covariance () const |
| | Covariance getter.
|
Wrapper code for Acts track parameters, to provide a position() method without the need of explicitly passing the Acts::GeometryContext.
Definition at line 93 of file ExtrapolatorComparisonTest.h.
◆ ActsTrackWrapper()
| Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::ActsTrackWrapper |
( |
const Acts::BoundTrackParameters * | trackParams, |
|
|
Acts::GeometryContext & | ctx ) |
|
inline |
◆ covariance()
| const std::optional< Acts::BoundSquareMatrix > & Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::covariance |
( |
| ) |
const |
|
inline |
◆ parameters()
| Acts::BoundVector Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::parameters |
( |
| ) |
const |
|
inline |
◆ position()
| Acts::Vector3 Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::position |
( |
| ) |
const |
|
inline |
◆ m_geometryContext
| Acts::GeometryContext Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::m_geometryContext |
|
private |
◆ m_params
| const Acts::BoundTrackParameters* Trk::ExtrapolatorComparisonTest::ActsTrackWrapper::m_params |
|
private |
The documentation for this struct was generated from the following file: