ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::IGlobalTrackFitter::AlignmentCache Struct Reference

#include <IGlobalTrackFitter.h>

Collaboration diagram for Trk::IGlobalTrackFitter::AlignmentCache:

Public Member Functions

 ~AlignmentCache ()
 

Public Attributes

Amg::MatrixXm_derivMatrix = nullptr
 access to the matrix of derivatives used during the latest global-chi2 track fit. More...
 
Amg::MatrixXm_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...
 

Detailed Description

Definition at line 38 of file IGlobalTrackFitter.h.

Constructor & Destructor Documentation

◆ ~AlignmentCache()

Trk::IGlobalTrackFitter::AlignmentCache::~AlignmentCache ( )
inline

Definition at line 54 of file IGlobalTrackFitter.h.

54  {
55  delete m_derivMatrix;
57  }

Member Data Documentation

◆ m_derivMatrix

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.

◆ m_fullCovarianceMatrix

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.

◆ m_iterationsOfLastFit

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.

◆ m_minIterations

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.


The documentation for this struct was generated from the following file:
Trk::IGlobalTrackFitter::AlignmentCache::m_derivMatrix
Amg::MatrixX * m_derivMatrix
access to the matrix of derivatives used during the latest global-chi2 track fit.
Definition: IGlobalTrackFitter.h:42
Trk::IGlobalTrackFitter::AlignmentCache::m_fullCovarianceMatrix
Amg::MatrixX * m_fullCovarianceMatrix
access to the global fitter's full covariance matrix.
Definition: IGlobalTrackFitter.h:45