|
ACTS
Experiment-independent tracking
|
#include <Acts/Utilities/GridAccessHelpers.hpp>
Public Types | |
| using | grid_local_t = typename global_to_grid_local_t::grid_local_t |
Public Member Functions | |
| Affine3Transformed (global_to_grid_local_t g2gl, const Transform3 &t) | |
| Constructor. | |
| global_to_grid_local_t::grid_local_t | toGridLocal (const Vector3 &position) const |
| Transform in to the local frame, then the grid local position. | |
| Public Member Functions inherited from Acts::GridAccess::IGlobalToGridLocal | |
| virtual | ~IGlobalToGridLocal ()=default |
Public Attributes | |
| global_to_grid_local_t | globalToGridLocal |
| The global to local transformation. | |
| Transform3 | transform |
| The transformation matrix. | |
| using Acts::GridAccess::Affine3Transformed< global_to_grid_local_t >::grid_local_t = typename global_to_grid_local_t::grid_local_t |
| Acts::GridAccess::Affine3Transformed< global_to_grid_local_t >::Affine3Transformed | ( | global_to_grid_local_t | g2gl, |
| const Transform3 & | t ) |
Constructor.
| g2gl | is the global to grid local transformation |
| t | is the transformation matrix |
| global_to_grid_local_t::grid_local_t Acts::GridAccess::Affine3Transformed< global_to_grid_local_t >::toGridLocal | ( | const Vector3 & | position | ) | const |
Transform in to the local frame, then the grid local position.
| position | is the global position |
| global_to_grid_local_t Acts::GridAccess::Affine3Transformed< global_to_grid_local_t >::globalToGridLocal |
The global to local transformation.
| Transform3 Acts::GridAccess::Affine3Transformed< global_to_grid_local_t >::transform |
The transformation matrix.