Struct Acts::Experimental::GridAxisGenerators::Eq

template<detail::AxisBoundaryType aType>
struct Eq

Templated base generator for equidistant 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::Equidistant, aType>>

Broadcast the grid type.

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

Broadcast the return_type.

Public Functions

inline return_type operator()() const

Call operator that generates the Axis.

Public Members

std::size_t nBins = 0u
std::array<ActsScalar, 2u> range = {}