Template Struct LinearizerConcept

Struct Documentation

template<typename S> Acts::concept::Linearizer::LinearizerConcept

Public Static Attributes

constexpr bool linTrack_exists = has_method<const S, Result<LinearizedTrack>, linTrack_t, const BoundParameters&, const SpacePointVector&, const Acts::GeometryContext&, const Acts::MagneticFieldContext&>
constexpr bool propagator_exists = exists<propagator_t, S>
constexpr bool value = require<linTrack_exists, propagator_exists>