![]() |
ATLAS Offline Software
|
Class to represent and store fit qualities from track reconstruction in terms of \(\chi^2\) and number of degrees of freedom. More...
#include <FitQuality.h>
Public Member Functions | |
| FitQuality (const FitQualityImpl &fq) | |
| virtual | ~FitQuality ()=default |
| virtual FitQuality * | clone () const |
| Virtual constructor. | |
| std::unique_ptr< FitQuality > | uniqueClone () const |
| NVI uniqueClone. | |
| FitQualityImpl ()=default | |
| default ctor for POOL | |
| FitQualityImpl (const FitQualityImpl &)=default | |
| FitQualityImpl (FitQualityImpl &&)=default | |
| FitQualityImpl (double chiSquared, int numberDoF) | |
| Constructor with \( \chi^2 \) and \( n_{dof} \). | |
| FitQualityImpl (double chiSquared, double numberDoF) | |
| Constructor hadling double type of NDF. | |
| FitQualityImpl & | operator= (const FitQualityImpl &)=default |
| FitQualityImpl & | operator= (FitQualityImpl &&)=default |
| double | chiSquared () const |
| returns the \( \chi^2 \) of the overall track fit | |
| double | doubleNumberDoF () const |
| returns the number of degrees of freedom of the overall track or vertex fit as double | |
| int | numberDoF () const |
| returns the number of degrees of freedom of the overall track or vertex fit as integer | |
| void | setChiSquared (double chiSquared) |
| set the \( \chi^2 \) | |
| void | setNumberDoF (double numberDoF) |
| set the number of degrees of freedom | |
Protected Attributes | |
| double | m_chiSquared {} |
| double | m_numberDoF {} |
Class to represent and store fit qualities from track reconstruction in terms of \(\chi^2\) and number of degrees of freedom.
Its main use is to describe the trajectory fit quality at a measurement and of the overall track. However, it can be extended as necessary.
Definition at line 96 of file FitQuality.h.
|
inline |
Definition at line 111 of file FitQuality.h.
|
virtualdefault |
|
inline |
|
virtual |
Virtual constructor.
Reimplemented in Muon::MuonSegmentQuality.
|
inline |
returns the number of degrees of freedom of the overall track or vertex fit as double
Definition at line 68 of file FitQuality.h.
|
default |
default ctor for POOL
|
default |
|
inline |
Constructor hadling double type of NDF.
Definition at line 49 of file FitQuality.h.
|
inline |
Constructor with \( \chi^2 \) and \( n_{dof} \).
Definition at line 42 of file FitQuality.h.
|
default |
|
inline |
returns the number of degrees of freedom of the overall track or vertex fit as integer
Definition at line 60 of file FitQuality.h.
|
default |
|
default |
|
inline |
|
inline |
| std::unique_ptr< FitQuality > Trk::FitQuality::uniqueClone | ( | ) | const |
NVI uniqueClone.
|
protectedinherited |
Definition at line 81 of file FitQuality.h.
|
protectedinherited |
Definition at line 82 of file FitQuality.h.