Template Struct fittable_measurement_helper

Struct Documentation

template<typename source_link_t>
struct Acts::fittable_measurement_helper

Required factory metafunction which produces measurements.

This encodes the source_link_t and hides it from the type generator.

Public Types

using type = typename detail::type_generator_t<BoundParametersIndices, meas_factory>
template<BoundParametersIndices... pars>
struct meas_factory

Public Types

using type = Measurement<source_link_t, BoundParametersIndices, pars...>