ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::TrackStateTraits< M, ReadOnly > Struct Template Reference

Type aliases describing track state component mappings. More...

#include <Acts/EventData/Types.hpp>

Public Types

using Calibrated
 Calibrated measurement vector type.
using CalibratedCovariance
 Calibrated measurement covariance matrix type.
using Covariance
 Track parameters covariance matrix type.
using EffectiveCalibrated
 Effective calibrated measurement vector type.
using EffectiveCalibratedCovariance
 Effective calibrated measurement covariance matrix type.
using Parameters
 Track parameters vector type.

Detailed Description

template<std::size_t M, bool ReadOnly = true>
struct Acts::TrackStateTraits< M, ReadOnly >

Type aliases describing track state component mappings.

Member Typedef Documentation

◆ Calibrated

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Calibrated
Initial value:
typename detail_tsp::FixedSizeTypes<M, ReadOnly>::CoefficientsMap

Calibrated measurement vector type.

◆ CalibratedCovariance

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::CalibratedCovariance
Initial value:
typename detail_tsp::FixedSizeTypes<M, ReadOnly>::CovarianceMap

Calibrated measurement covariance matrix type.

◆ Covariance

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Covariance
Initial value:
typename detail_tsp::FixedSizeTypes<eBoundSize, ReadOnly>::CovarianceMap

Track parameters covariance matrix type.

◆ EffectiveCalibrated

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::EffectiveCalibrated
Initial value:
typename detail_tsp::DynamicSizeTypes<ReadOnly>::CoefficientsMap

Effective calibrated measurement vector type.

◆ EffectiveCalibratedCovariance

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::EffectiveCalibratedCovariance
Initial value:
typename detail_tsp::DynamicSizeTypes<ReadOnly>::CovarianceMap

Effective calibrated measurement covariance matrix type.

◆ Parameters

template<std::size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Parameters
Initial value:
typename detail_tsp::FixedSizeTypes<eBoundSize,
ReadOnly>::CoefficientsMap

Track parameters vector type.