Struct Acts::Concepts::Linearizer::LinearizerConcept

template<typename S>
struct LinearizerConcept

Public Static Attributes

static constexpr bool linTrack_exists = has_method<const S, Result<LinearizedTrack>, linTrack_t, constBoundTrackParameters&, constVector4&, constActs::GeometryContext&, constActs::MagneticFieldContext&, typename S::State&>
static constexpr bool propagator_exists = exists<propagator_t, S>
static constexpr bool state_exists = exists<state_t, S>
static constexpr bool value = require<linTrack_exists, propagator_exists, state_exists>