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

#include <acts/blob/master/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 value
 

Detailed Description

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

Definition at line 33 of file VertexFitterConcept.hpp.

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

Member Data Documentation

template<typename S >
constexpr bool Acts::concept::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>&>

Definition at line 34 of file VertexFitterConcept.hpp.

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

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

Definition at line 45 of file VertexFitterConcept.hpp.

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

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

Definition at line 43 of file VertexFitterConcept.hpp.

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

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

Definition at line 41 of file VertexFitterConcept.hpp.

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

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

Definition at line 48 of file VertexFitterConcept.hpp.

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


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