Struct Acts::Experimental::GridAxisGenerators::Var

template<detail::AxisBoundaryType aType>
struct Var

Templated base generator for vairable axis as a tuple - 1D.

Template Parameters

aType – the type of the axis (Bound, Closed, Open)

Public Types

using grid_type = detail::Grid<T, detail::Axis<detail::AxisType::Variable, aType>>

Broadcast the grid type.

using return_type = std::tuple<detail::Axis<detail::AxisType::Variable, aType>>

Broadcast the return_type.

Public Functions

inline return_type operator()() const

Call operator that generates the Axis.

Public Members

std::vector<ActsScalar> edges = {}