|
ACTS
Experiment-independent tracking
|
#include <Acts/Utilities/GridAccessHelpers.hpp>
Public Types | |
| using | BoundDiscToRPhi = LocalSubspace<0u, 1u> |
Public Member Functions | |
| BoundCylinderToZPhi (double r, double z) | |
| Constructor with arguments. | |
| std::array< double, 2u > | toGridLocal (const Vector2 &local) const |
| Public Member Functions inherited from Acts::GridAccess::IBoundToGridLocal | |
| virtual | ~IBoundToGridLocal ()=default |
Public Attributes | |
| double | radius = 1. |
| double | shift = 0. |
| using Acts::GridAccess::BoundCylinderToZPhi::BoundDiscToRPhi = LocalSubspace<0u, 1u> |
| Acts::GridAccess::BoundCylinderToZPhi::BoundCylinderToZPhi | ( | double | r, |
| double | z ) |
Constructor with arguments.
| r | the radius |
| z | the shift |
| std::array< double, 2u > Acts::GridAccess::BoundCylinderToZPhi::toGridLocal | ( | const Vector2 & | local | ) | const |
| double Acts::GridAccess::BoundCylinderToZPhi::radius = 1. |
| double Acts::GridAccess::BoundCylinderToZPhi::shift = 0. |