|
ACTS
Experiment-independent tracking
|
Access a local coordinate subspace for bound parameter grids. More...
#include <Acts/Utilities/GridAccessHelpers.hpp>
Public Types | |
| using | grid_local_t = std::array<double, sizeof...(Args)> |
| Grid local coordinate type. | |
Public Member Functions | |
| LocalSubspace ()=default | |
| Assert that the accessors are unique. | |
| grid_local_t | toGridLocal (const Vector2 &lposition) const |
| Access the local entries. | |
Static Public Attributes | |
| static constexpr std::array< std::size_t, sizeof...(Args)> | accessors |
| Accessor indices. | |
Access a local coordinate subspace for bound parameter grids.
|
default |
Assert that the accessors are unique.
Only 0 or 1 are allowed
| grid_local_t Acts::GridAccess::LocalSubspace< Args >::toGridLocal | ( | const Vector2 & | lposition | ) | const |
Access the local entries.
| lposition | is the local position |
|
staticconstexpr |
Accessor indices.