Template Struct VertexFinderConcept

Struct Documentation

template<typename S>
struct Acts::Concepts::VertexFinder::VertexFinderConcept

Public Static Attributes

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*>&, const VertexingOptions<typename S::InputTrack_t>&, typename S::State&>
constexpr bool state_exists = exists<state_t, S>
constexpr bool value = require<state_exists, find_exists>