Struct Acts::Concepts::VertexFinder::VertexFinderConcept

template<typename S>
struct VertexFinderConcept

Public Static Attributes

static constexpr bool find_exists = has_method<const S, Result<std::vector<Vertex<typename S::InputTrack_t>>>, find_t, const std::vector<const typename S::InputTrack_t*>&, constVertexingOptions<typename S::InputTrack_t>&, typename S::State&>
static constexpr bool state_exists = exists<state_t, S>
static constexpr bool value = require<state_exists, find_exists>