Struct Acts::Experimental::BinningValueReferenceGeneratorΒΆ

struct BinningValueReferenceGenerator

A struct to access reference postions based on bin values.

This generator will provide only one filling point and hence only a single bin in the indexed grid.

Public Functions

inline const std::vector<Vector3> references(const GeometryContext &gctx, const Surface &surface) const

Helper to access a reference postion based on binning value.

Parameters
  • gctx – the geometry context of this operation

  • surface – the surface for which the reference point is to be accessed

Returns

a vector of referene points for filling

Public Members

BinningValue bValue

The binning value.