|
ACTS
Experiment-independent tracking
|
A struct to access the center position as a sole reference. 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. | |
| Public Member Functions inherited from Acts::IReferenceGenerator | |
| virtual | ~IReferenceGenerator ()=default |
A struct to access the center position as a sole reference.
This generator will provide only one filling point and hence only a single bin in the indexed grid.
|
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.