Namespace Acts::Concepts::Linearizer

namespace Acts::Concepts::Linearizer

Typedefs

using propagator_t = typename T::Propagator_t
using state_t = typename T::State

Functions

METHOD_TRAIT(linTrack_t, linearizeTrack)
template<typename S>
struct LinearizerConcept
#include <Acts/Vertexing/LinearizerConcept.hpp>

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>