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

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

Static Public Attributes

static constexpr bool fit_exists
 
static constexpr bool track_exists = exists<track_t, S>
 
static constexpr bool propagator_exists = exists<propagator_t, S>
 
static constexpr bool linearizer_exists = exists<linearizer_t, S>
 
static constexpr bool state_exists = exists<state_t, S>
 
static constexpr bool value
 

Detailed Description

template<typename S>
struct Acts::Concepts::VertexFitter::VertexFitterConcept< S >

Definition at line 35 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 35 of file VertexFitterConcept.hpp

Member Data Documentation

template<typename S >
constexpr bool Acts::Concepts::VertexFitter::VertexFitterConcept< S >::fit_exists
static
Initial value:
= 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&,
const VertexingOptions<typename S::InputTrack_t>&,
typename S::State&>

Definition at line 36 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 36 of file VertexFitterConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFitter::VertexFitterConcept< S >::linearizer_exists = exists<linearizer_t, S>
static

Definition at line 48 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 48 of file VertexFitterConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFitter::VertexFitterConcept< S >::propagator_exists = exists<propagator_t, S>
static

Definition at line 46 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 46 of file VertexFitterConcept.hpp

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

Definition at line 50 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 50 of file VertexFitterConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFitter::VertexFitterConcept< S >::track_exists = exists<track_t, S>
static

Definition at line 44 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 44 of file VertexFitterConcept.hpp

template<typename S >
constexpr bool Acts::Concepts::VertexFitter::VertexFitterConcept< S >::value
static
Initial value:

Definition at line 53 of file VertexFitterConcept.hpp.

View newest version in sPHENIX GitHub at line 53 of file VertexFitterConcept.hpp


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