|
ACTS
Experiment-independent tracking
|
An interface for reference point generators. More...
#include <Acts/Geometry/IReferenceGenerator.hpp>
Public Member Functions | |
| virtual | ~IReferenceGenerator ()=default |
| virtual const std::vector< Vector3 > | references (const GeometryContext &gctx, const Surface &surface) const =0 |
| Helper to access reference positions for filling the grid. | |
An interface for reference point generators.
This is used to generate reference points on surfaces e.g. for filling into grids.
|
virtualdefault |
|
pure virtual |
Helper to access reference positions for filling the grid.
| gctx | the geometry context of this operation |
| surface | the surface for which the reference points are to be accessed |
Implemented in Acts::AxisDirectionReferenceGenerator< bVAL >, Acts::CenterReferenceGenerator, Acts::PolyhedronReferenceGenerator, and Acts::ProjectedReferenceGenerator.