Analysis Software
Documentation for sPHENIX simulation software
|
Projector type which maps a MultiTrajectory-Index to a tuple of [weight, parameters, covariance]. Therefore, it contains a MultiTrajectory and for now a std::map for the weights. More...
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/detail/GsfUtils.hpp>
Public Member Functions | |
auto | operator() (MultiTrajectoryTraits::IndexType idx) const |
Public Attributes | |
const traj_t & | mt |
const std::map < MultiTrajectoryTraits::IndexType, double > & | weights |
Projector type which maps a MultiTrajectory-Index to a tuple of [weight, parameters, covariance]. Therefore, it contains a MultiTrajectory and for now a std::map for the weights.
Definition at line 220 of file GsfUtils.hpp.
View newest version in sPHENIX GitHub at line 220 of file GsfUtils.hpp
|
inline |
Definition at line 224 of file GsfUtils.hpp.
View newest version in sPHENIX GitHub at line 224 of file GsfUtils.hpp
References std::tr1::make_tuple(), Acts::detail::MultiTrajectoryProjector< type, traj_t >::mt, Acts::type, and Acts::detail::MultiTrajectoryProjector< type, traj_t >::weights.
const traj_t& Acts::detail::MultiTrajectoryProjector< type, traj_t >::mt |
Definition at line 221 of file GsfUtils.hpp.
View newest version in sPHENIX GitHub at line 221 of file GsfUtils.hpp
Referenced by Acts::detail::MultiTrajectoryProjector< type, traj_t >::operator()().
const std::map<MultiTrajectoryTraits::IndexType, double>& Acts::detail::MultiTrajectoryProjector< type, traj_t >::weights |
Definition at line 222 of file GsfUtils.hpp.
View newest version in sPHENIX GitHub at line 222 of file GsfUtils.hpp
Referenced by Acts::detail::MultiTrajectoryProjector< type, traj_t >::operator()().