EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Concepts::VertexFinder::VertexFinderConcept< S > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/VertexFinderConcept.hpp>

Static Public Attributes

static constexpr bool state_exists = exists<state_t, S>
 
static constexpr bool find_exists
 
static constexpr bool value = require<state_exists, find_exists>
 

Detailed Description

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

Definition at line 29 of file VertexFinderConcept.hpp.

View newest version in sPHENIX GitHub at line 29 of file VertexFinderConcept.hpp

Member Data Documentation

template<typename S >
constexpr bool Acts::Concepts::VertexFinder::VertexFinderConcept< S >::find_exists
static
Initial value:
= 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&>

Definition at line 33 of file VertexFinderConcept.hpp.

View newest version in sPHENIX GitHub at line 33 of file VertexFinderConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFinder::VertexFinderConcept< S >::state_exists = exists<state_t, S>
static

Definition at line 30 of file VertexFinderConcept.hpp.

View newest version in sPHENIX GitHub at line 30 of file VertexFinderConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFinder::VertexFinderConcept< S >::value = require<state_exists, find_exists>
static

Definition at line 38 of file VertexFinderConcept.hpp.

View newest version in sPHENIX GitHub at line 38 of file VertexFinderConcept.hpp


The documentation for this struct was generated from the following file: