|
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. | |
| Public Member Functions inherited from Acts::IReferenceGenerator | |
| virtual | ~IReferenceGenerator ()=default |
Public Attributes | |
| bool | addBarycenter = false |
| This is for the barycenter addition. | |
| double | expansionValue = 0.0 |
| Absolute expansion value for the reference points. | |
| int | nSegements = 1 |
| The number of segments for the polyhedron approximation. | |
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.
| bool Acts::PolyhedronReferenceGenerator::addBarycenter = false |
This is for the barycenter addition.
| double Acts::PolyhedronReferenceGenerator::expansionValue = 0.0 |
Absolute expansion value for the reference points.
| int Acts::PolyhedronReferenceGenerator::nSegements = 1 |
The number of segments for the polyhedron approximation.