File VertexFinderConcept.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

Variables

template<typename finder>
constexpr bool VertexFinderConcept = Acts::Concepts::VertexFinder::VertexFinderConcept<finder>::value
namespace Concepts
namespace VertexFinder

Typedefs

using state_t = typename T::State

Functions

METHOD_TRAIT(find_t, find)
template<typename S>
struct VertexFinderConcept
#include <Acts/Vertexing/VertexFinderConcept.hpp>

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>