|
ACTS
Experiment-independent tracking
|
A struct to access reference positions based on bin values. 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 a reference position based on binning value. | |
| Public Member Functions inherited from Acts::IReferenceGenerator | |
| virtual | ~IReferenceGenerator ()=default |
A struct to access reference positions based on bin values.
| bVAL | the binning value to be used for the binning position call |
This generator will provide only one filling point and hence only a single bin in the indexed grid.
|
overridevirtual |
Helper to access a reference position based on binning value.
| gctx | the geometry context of this operation |
| surface | the surface for which the reference point is to be accessed |
Implements Acts::IReferenceGenerator.