#include <FitQualityOnSurface.h>
Definition at line 18 of file FitQualityOnSurface.h.
◆ ~FitQualityOnSurface()
| Trk::FitQualityOnSurface::~FitQualityOnSurface |
( |
| ) |
|
|
default |
◆ FitQualityOnSurface()
| Trk::FitQualityOnSurface::FitQualityOnSurface |
( |
const FitQualityImpl & | fq | ) |
|
|
inline |
◆ chiSquared()
| double Trk::FitQualityImpl::chiSquared |
( |
| ) |
const |
|
inline |
returns the \( \chi^2 \) of the overall track fit
Definition at line 56 of file FitQuality.h.
◆ doubleNumberDoF()
| double Trk::FitQualityImpl::doubleNumberDoF |
( |
| ) |
const |
|
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.
◆ FitQualityImpl() [1/5]
| Trk::FitQualityImpl::FitQualityImpl |
( |
| ) |
|
|
default |
◆ FitQualityImpl() [2/5]
◆ FitQualityImpl() [3/5]
| Trk::FitQualityImpl::FitQualityImpl |
( |
double | chiSquared, |
|
|
double | numberDoF ) |
|
inline |
default ctor for POOL
Definition at line 49 of file FitQuality.h.
52 {
53 }
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer
double chiSquared() const
returns the of the overall track fit
◆ FitQualityImpl() [4/5]
| Trk::FitQualityImpl::FitQualityImpl |
( |
double | chiSquared, |
|
|
int | numberDoF ) |
|
inline |
◆ FitQualityImpl() [5/5]
◆ numberDoF()
| int Trk::FitQualityImpl::numberDoF |
( |
| ) |
const |
|
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.
61 {
62
63 return static_cast<int>(std::floor(
m_numberDoF + 0.5));
64 }
◆ operator bool()
| Trk::FitQualityOnSurface::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setChiSquared()
| void Trk::FitQualityImpl::setChiSquared |
( |
double | chiSquared | ) |
|
|
inline |
◆ setNumberDoF()
| void Trk::FitQualityImpl::setNumberDoF |
( |
double | numberDoF | ) |
|
|
inline |
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: