Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TrackStateTraits< M, ReadOnly > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/EventData/MultiTrajectory.hpp>

Public Types

using Parameters = typename detail_lt::Types< eBoundSize, ReadOnly >::CoefficientsMap
 
using Covariance = typename detail_lt::Types< eBoundSize, ReadOnly >::CovarianceMap
 
using Measurement = typename detail_lt::Types< M, ReadOnly >::CoefficientsMap
 
using MeasurementCovariance = typename detail_lt::Types< M, ReadOnly >::CovarianceMap
 
using Projector = Eigen::Matrix< typename Covariance::Scalar, M, eBoundSize, ProjectorFlags >
 

Static Public Attributes

static constexpr auto ProjectorFlags = Eigen::RowMajor | Eigen::AutoAlign
 

Detailed Description

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

Definition at line 115 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 115 of file MultiTrajectory.hpp

Member Typedef Documentation

template<size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Covariance = typename detail_lt::Types<eBoundSize, ReadOnly>::CovarianceMap

Definition at line 119 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 119 of file MultiTrajectory.hpp

template<size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Measurement = typename detail_lt::Types<M, ReadOnly>::CoefficientsMap

Definition at line 120 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 120 of file MultiTrajectory.hpp

template<size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::MeasurementCovariance = typename detail_lt::Types<M, ReadOnly>::CovarianceMap

Definition at line 122 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 122 of file MultiTrajectory.hpp

template<size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Parameters = typename detail_lt::Types<eBoundSize, ReadOnly>::CoefficientsMap

Definition at line 117 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 117 of file MultiTrajectory.hpp

template<size_t M, bool ReadOnly = true>
using Acts::TrackStateTraits< M, ReadOnly >::Projector = Eigen::Matrix<typename Covariance::Scalar, M, eBoundSize, ProjectorFlags>

Definition at line 126 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 126 of file MultiTrajectory.hpp

Member Data Documentation

template<size_t M, bool ReadOnly = true>
constexpr auto Acts::TrackStateTraits< M, ReadOnly >::ProjectorFlags = Eigen::RowMajor | Eigen::AutoAlign
static

Definition at line 124 of file MultiTrajectory.hpp.

View newest version in sPHENIX GitHub at line 124 of file MultiTrajectory.hpp


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