EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/KalmanFitter.hpp>
Public Attributes | |
MultiTrajectory< source_link_t > | fittedStates |
size_t | trackTip = SIZE_MAX |
std::optional < BoundTrackParameters > | fittedParameters |
size_t | measurementStates = 0 |
size_t | processedStates = 0 |
bool | smoothed = false |
bool | reset = false |
bool | finished = false |
std::vector< const Surface * > | missedActiveSurfaces |
bool | forwardFiltered = false |
std::vector< const Surface * > | passedAgainSurfaces |
Result< void > | result {Result<void>::success()} |
Definition at line 121 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 121 of file KalmanFitter.hpp
bool Acts::KalmanFitterResult< source_link_t >::finished = false |
Definition at line 146 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 146 of file KalmanFitter.hpp
std::optional<BoundTrackParameters> Acts::KalmanFitterResult< source_link_t >::fittedParameters |
Definition at line 131 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 131 of file KalmanFitter.hpp
Referenced by PHActsTrkFitter::getTrackFitResult(), PHActsTrkFitter::loopTracks(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()().
MultiTrajectory<source_link_t> Acts::KalmanFitterResult< source_link_t >::fittedStates |
Definition at line 123 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 123 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::finalize(), PHActsTrkFitter::getTrackFitResult(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::reverse().
bool Acts::KalmanFitterResult< source_link_t >::forwardFiltered = false |
Definition at line 152 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 152 of file KalmanFitter.hpp
size_t Acts::KalmanFitterResult< source_link_t >::measurementStates = 0 |
Definition at line 134 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 134 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::finalize(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()().
std::vector<const Surface*> Acts::KalmanFitterResult< source_link_t >::missedActiveSurfaces |
Definition at line 149 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 149 of file KalmanFitter.hpp
std::vector<const Surface*> Acts::KalmanFitterResult< source_link_t >::passedAgainSurfaces |
Definition at line 155 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 155 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::reverse().
size_t Acts::KalmanFitterResult< source_link_t >::processedStates = 0 |
Definition at line 137 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 137 of file KalmanFitter.hpp
bool Acts::KalmanFitterResult< source_link_t >::reset = false |
Definition at line 143 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 143 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::reverse().
Result<void> Acts::KalmanFitterResult< source_link_t >::result {Result<void>::success()} |
Definition at line 157 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 157 of file KalmanFitter.hpp
bool Acts::KalmanFitterResult< source_link_t >::smoothed = false |
Definition at line 140 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 140 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::finalize(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()().
size_t Acts::KalmanFitterResult< source_link_t >::trackTip = SIZE_MAX |
Definition at line 128 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 128 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::finalize(), PHActsTrkFitter::getTrackFitResult(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::reverse().