#include <FitQualityOnSurface.h>
Definition at line 18 of file FitQualityOnSurface.h.
◆ ~FitQualityOnSurface()
Trk::FitQualityOnSurface::~FitQualityOnSurface |
( |
| ) |
|
|
default |
◆ FitQualityOnSurface()
◆ chiSquared() [1/2]
double Trk::FitQualityImpl::chiSquared |
|
inline |
returns the \( \chi^2 \) of the overall track fit
Definition at line 56 of file FitQuality.h.
◆ chiSquared() [2/2]
double Trk::FitQualityImpl::chiSquared |
( |
| ) |
const |
|
inlineinherited |
returns the \( \chi^2 \) of the overall track fit
Definition at line 56 of file FitQuality.h.
◆ doubleNumberDoF() [1/2]
double Trk::FitQualityImpl::doubleNumberDoF |
|
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.
◆ doubleNumberDoF() [2/2]
double Trk::FitQualityImpl::doubleNumberDoF |
( |
| ) |
const |
|
inlineinherited |
returns the number of degrees of freedom of the overall track or vertex fit as double
Definition at line 68 of file FitQuality.h.
◆ FitQualityImpl() [1/5]
Trk::FitQualityImpl::FitQualityImpl |
|
default |
◆ FitQualityImpl() [2/5]
Trk::FitQualityImpl::FitQualityImpl |
|
default |
◆ FitQualityImpl() [3/5]
Trk::FitQualityImpl::FitQualityImpl |
|
inline |
◆ FitQualityImpl() [4/5]
Trk::FitQualityImpl::FitQualityImpl |
|
inline |
◆ FitQualityImpl() [5/5]
Trk::FitQualityImpl::FitQualityImpl |
|
default |
◆ numberDoF() [1/2]
int Trk::FitQualityImpl::numberDoF |
|
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.
63 return static_cast<int>(std::floor(
m_numberDoF + 0.5));
◆ numberDoF() [2/2]
int Trk::FitQualityImpl::numberDoF |
( |
| ) |
const |
|
inlineinherited |
returns the number of degrees of freedom of the overall track or vertex fit as integer
Definition at line 60 of file FitQuality.h.
63 return static_cast<int>(std::floor(
m_numberDoF + 0.5));
◆ operator bool()
Trk::FitQualityOnSurface::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setChiSquared() [1/2]
void Trk::FitQualityImpl::setChiSquared |
|
inline |
◆ setChiSquared() [2/2]
void Trk::FitQualityImpl::setChiSquared |
( |
double |
chiSquared | ) |
|
|
inlineinherited |
◆ setNumberDoF() [1/2]
void Trk::FitQualityImpl::setNumberDoF |
|
inline |
set the number of degrees of freedom
Definition at line 74 of file FitQuality.h.
◆ setNumberDoF() [2/2]
void Trk::FitQualityImpl::setNumberDoF |
( |
double |
numberDoF | ) |
|
|
inlineinherited |
set the number of degrees of freedom
Definition at line 74 of file FitQuality.h.
◆ m_chiSquared
double Trk::FitQualityImpl::m_chiSquared {} |
|
protectedinherited |
◆ m_numberDoF
double Trk::FitQualityImpl::m_numberDoF {} |
|
protectedinherited |
The documentation for this class was generated from the following file: