|
CbmRoot
|
#include <CbmQaCompare.h>
Public Attributes | |
| bool | fPointByPoint = true |
| double | fRatioLo = 1. |
| Lower bound of the ratio. | |
| double | fRatioUp = 1. |
| Upper bound of the ratio. | |
| double | fChi2NDF = 0. |
| Chi2/NDF value. | |
| bool | fConsistent = true |
| Consistency flag. | |
Definition at line 24 of file CbmQaCompare.h.
| double CbmQaCompare< Obj >::Result::fChi2NDF = 0. |
Chi2/NDF value.
Definition at line 28 of file CbmQaCompare.h.
Referenced by CbmQaCompare< Obj >::operator()().
| bool CbmQaCompare< Obj >::Result::fConsistent = true |
Consistency flag.
Definition at line 29 of file CbmQaCompare.h.
Referenced by CbmQaCompare< Obj >::operator()().
| bool CbmQaCompare< Obj >::Result::fPointByPoint = true |
Definition at line 25 of file CbmQaCompare.h.
Referenced by CbmQaCompare< Obj >::operator()().
| double CbmQaCompare< Obj >::Result::fRatioLo = 1. |
Lower bound of the ratio.
Definition at line 26 of file CbmQaCompare.h.
Referenced by CbmQaCompare< Obj >::operator()().
| double CbmQaCompare< Obj >::Result::fRatioUp = 1. |
Upper bound of the ratio.
Definition at line 27 of file CbmQaCompare.h.
Referenced by CbmQaCompare< Obj >::operator()().