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

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

Static Public Attributes

static constexpr bool linTrack_exists
 
static constexpr bool propagator_exists = exists<propagator_t, S>
 
static constexpr bool state_exists = exists<state_t, S>
 
static constexpr bool value
 

Detailed Description

template<typename S>
struct Acts::Concepts::Linearizer::LinearizerConcept< S >

Definition at line 32 of file LinearizerConcept.hpp.

View newest version in sPHENIX GitHub at line 32 of file LinearizerConcept.hpp

Member Data Documentation

template<typename S >
constexpr bool Acts::Concepts::Linearizer::LinearizerConcept< S >::linTrack_exists
static
Initial value:
= has_method<const S, Result<LinearizedTrack>,
linTrack_t, const BoundTrackParameters&,
const Vector4D&,
typename S::State&>

Definition at line 34 of file LinearizerConcept.hpp.

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

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

Definition at line 43 of file LinearizerConcept.hpp.

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

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

Definition at line 46 of file LinearizerConcept.hpp.

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

template<typename S >
constexpr bool Acts::Concepts::Linearizer::LinearizerConcept< S >::value
static
Initial value:

Definition at line 49 of file LinearizerConcept.hpp.

View newest version in sPHENIX GitHub at line 49 of file LinearizerConcept.hpp


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