Struct Acts::CombinatorialKalmanFilterResult

template<typename traj_t>
struct CombinatorialKalmanFilterResult

Public Members

AbortList<PathLimitReached, EndOfWorldReached, ParticleStopped> abortList
std::vector<std::pair<MultiTrajectoryTraits::IndexType, CombinatorialKalmanFilterTipState>> activeTips
bool filtered = false
bool finished = false
std::unordered_map<MultiTrajectoryTraits::IndexType, BoundTrackParameters> fittedParameters
traj_t *fittedStates = {nullptr}
MultiTrajectoryTraits::IndexType iSmoothed = 0
std::vector<MultiTrajectoryTraits::IndexType> lastMeasurementIndices
std::vector<MultiTrajectoryTraits::IndexType> lastTrackIndices
Result<void> result = {Result<void>::success()}
bool smoothed = false
std::unordered_map<const Surface*, std::unordered_map<size_t, size_t>> sourcelinkTips
std::shared_ptr<traj_t> stateBuffer
std::vector<typename MultiTrajectory<traj_t>::TrackStateProxy> trackStateCandidates