ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Fitter/KalmanFitter.hpp>
Public Attributes | |
MultiTrajectory< source_link_t > | fittedStates |
size_t | trackTip = SIZE_MAX |
std::optional< BoundParameters > | fittedParameters |
size_t | measurementStates = 0 |
size_t | processedStates = 0 |
bool | smoothed = false |
bool | initialized = false |
std::vector< const Surface * > | missedActiveSurfaces |
bool | forwardFiltered = false |
std::vector< const Surface * > | passedAgainSurfaces |
Result< void > | result {Result<void>::success()} |
Definition at line 107 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 107 of file KalmanFitter.hpp
std::optional<BoundParameters> Acts::KalmanFitterResult< source_link_t >::fittedParameters |
Definition at line 117 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 117 of file KalmanFitter.hpp
Referenced by PHActsTrkFitter::getTrackFitResult(), PHActsTrkFitter::loopTracks(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()().
MultiTrajectory<source_link_t> Acts::KalmanFitterResult< source_link_t >::fittedStates |
Definition at line 109 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 109 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::finalize(), PHActsTrkFitter::getTrackFitResult(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::reverse().
bool Acts::KalmanFitterResult< source_link_t >::forwardFiltered = false |
Definition at line 135 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 135 of file KalmanFitter.hpp
bool Acts::KalmanFitterResult< source_link_t >::initialized = false |
Definition at line 129 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 129 of file KalmanFitter.hpp
size_t Acts::KalmanFitterResult< source_link_t >::measurementStates = 0 |
Definition at line 120 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 120 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::finalize(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()().
std::vector<const Surface*> Acts::KalmanFitterResult< source_link_t >::missedActiveSurfaces |
Definition at line 132 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 132 of file KalmanFitter.hpp
std::vector<const Surface*> Acts::KalmanFitterResult< source_link_t >::passedAgainSurfaces |
Definition at line 138 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 138 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::reverse().
size_t Acts::KalmanFitterResult< source_link_t >::processedStates = 0 |
Definition at line 123 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 123 of file KalmanFitter.hpp
Result<void> Acts::KalmanFitterResult< source_link_t >::result {Result<void>::success()} |
Definition at line 140 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 140 of file KalmanFitter.hpp
bool Acts::KalmanFitterResult< source_link_t >::smoothed = false |
Definition at line 126 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 126 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::finalize(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()().
size_t Acts::KalmanFitterResult< source_link_t >::trackTip = SIZE_MAX |
Definition at line 114 of file KalmanFitter.hpp.
View newest version in sPHENIX GitHub at line 114 of file KalmanFitter.hpp
Referenced by Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::filter(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::finalize(), PHActsTrkFitter::getTrackFitResult(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::operator()(), and Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t, input_converter_t, output_converter_t >::Actor< source_link_t, parameters_t >::reverse().