ATLAS Offline Software
|
#include <IGlobalTrackFitter.h>
Public Member Functions | |
~AlignmentCache () | |
Public Attributes | |
Amg::MatrixX * | m_derivMatrix = nullptr |
access to the matrix of derivatives used during the latest global-chi2 track fit. More... | |
Amg::MatrixX * | m_fullCovarianceMatrix = nullptr |
access to the global fitter's full covariance matrix. More... | |
int | m_iterationsOfLastFit = 1 |
returns the number of iterations used by the last fit (count starts at 1 for a single-iteration fit) More... | |
int | m_minIterations = 0 |
sets the minimum number of iterations to be used in the track fit. More... | |
Definition at line 38 of file IGlobalTrackFitter.h.
|
inline |
Definition at line 54 of file IGlobalTrackFitter.h.
Amg::MatrixX* Trk::IGlobalTrackFitter::AlignmentCache::m_derivMatrix = nullptr |
access to the matrix of derivatives used during the latest global-chi2 track fit.
Definition at line 42 of file IGlobalTrackFitter.h.
Amg::MatrixX* Trk::IGlobalTrackFitter::AlignmentCache::m_fullCovarianceMatrix = nullptr |
access to the global fitter's full covariance matrix.
Definition at line 45 of file IGlobalTrackFitter.h.
int Trk::IGlobalTrackFitter::AlignmentCache::m_iterationsOfLastFit = 1 |
returns the number of iterations used by the last fit (count starts at 1 for a single-iteration fit)
Definition at line 49 of file IGlobalTrackFitter.h.
int Trk::IGlobalTrackFitter::AlignmentCache::m_minIterations = 0 |
sets the minimum number of iterations to be used in the track fit.
Definition at line 52 of file IGlobalTrackFitter.h.