|
ACTS
Experiment-independent tracking
|
#include <Acts/Utilities/GridAccessHelpers.hpp>
Public Types | |
| using | grid_local_t = std::array<double, sizeof...(Args)> |
Public Member Functions | |
| LocalSubspace ()=default | |
| Assert that the accessors are unique. | |
| grid_local_t | toGridLocal (const Vector2 &lposition) const |
| Access the local entries. | |
| Public Member Functions inherited from Acts::GridAccess::IBoundToGridLocal | |
| virtual | ~IBoundToGridLocal ()=default |
Static Public Attributes | |
| static constexpr std::array< std::size_t, sizeof...(Args)> | accessors |
| using Acts::GridAccess::LocalSubspace< Args >::grid_local_t = std::array<double, sizeof...(Args)> |
|
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 |