Struct Acts::Concepts::VertexFitter::VertexFitterConcept

template<typename S>
struct VertexFitterConcept

Public Static Attributes

static constexpr bool fit_exists = has_method<const S, Result<Vertex<typename S::InputTrack_t>>, fit_t, const std::vector<const typename S::InputTrack_t*>&, const typename S::Linearizer_t&, constVertexingOptions<typename S::InputTrack_t>&, typename S::State&>
static constexpr bool linearizer_exists = exists<linearizer_t, S>
static constexpr bool propagator_exists = exists<propagator_t, S>
static constexpr bool state_exists = exists<state_t, S>
static constexpr bool track_exists = exists<track_t, S>
static constexpr bool value = require<fit_exists, track_exists, propagator_exists, linearizer_exists, state_exists>