![]() |
ATLAS Offline Software
|
simple/trivial Implemenation class for fit the fit quality. More...
#include <FitQuality.h>
Public Member Functions | |
| FitQualityImpl ()=default | |
| default ctor for POOL | |
| FitQualityImpl (const FitQualityImpl &)=default | |
| FitQualityImpl (FitQualityImpl &&)=default | |
| FitQualityImpl & | operator= (const FitQualityImpl &)=default |
| FitQualityImpl & | operator= (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. | |
| double | chiSquared () const |
| returns the \( \chi^2 \) of the overall track fit | |
| int | numberDoF () const |
| returns the number of degrees of freedom of the overall track or vertex fit as integer | |
| double | doubleNumberDoF () const |
| returns the number of degrees of freedom of the overall track or vertex fit as double | |
| void | setChiSquared (double chiSquared) |
| set the \( \chi^2 \) | |
| void | setNumberDoF (double numberDoF) |
| set the number of degrees of freedom | |
Protected Member Functions | |
| ~FitQualityImpl ()=default | |
Protected Attributes | |
| double | m_chiSquared {} |
| double | m_numberDoF {} |
simple/trivial Implemenation class for fit the fit quality.
It holds the same payload as FitQuality_p1.
It is used for the implementation of FitQualityOnSurface. And for the implementation of the extendable FitQuality that adds virtual methods to it
Definition at line 31 of file FitQuality.h.
|
default |
default ctor for POOL
|
default |
|
default |
|
inline |
Constructor with \( \chi^2 \) and \( n_{dof} \).
Definition at line 42 of file FitQuality.h.
|
inline |
Constructor hadling double type of NDF.
Definition at line 49 of file FitQuality.h.
|
protecteddefault |
|
inline |
|
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.
|
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 |
|
protected |
Definition at line 81 of file FitQuality.h.
|
protected |
Definition at line 82 of file FitQuality.h.