|
ACTS
Experiment-independent tracking
|
A struct to access generated vertices from surface polyhedrons These vertices are then used to find the bin boundary box for the indexed grid. More...
#include <Acts/Geometry/ReferenceGenerators.hpp>
Public Member Functions | |
| const std::vector< Vector3 > | references (const GeometryContext &gctx, const Surface &surface) const override |
| Helper to access the Center point of for filling the grid. | |
A struct to access generated vertices from surface polyhedrons These vertices are then used to find the bin boundary box for the indexed grid.
The grid filling then completes the empty bins in between and expands if necessary.
|
overridevirtual |
Helper to access the Center point of for filling the grid.
| gctx | the geometry context of this operation |
| surface | the surface for which the reference point is to be accessed |
Implements Acts::IReferenceGenerator.