#include <TgcFit.h>
|
| int | n |
| | Number of points.
|
| double | fIntercept |
| | Intercept of the fit line.
|
| double | fSlope |
| | Slope of the fit line.
|
| double | fR2 |
| | R-squared of the fit.
|
| double | fAdjR2 |
| | R-squared adjusted for small samples.
|
| double | fChi2 |
| | Total Chi2.
|
| double | fCov00 |
| double | fCov01 |
| double | fCov11 |
Definition at line 118 of file TgcFit.h.
◆ LinStats()
| TrigL2MuonSA::TgcFit::LinStats::LinStats |
( |
| ) |
|
|
inline |
Definition at line 131 of file TgcFit.h.
131 :
134 {}
double fIntercept
Intercept of the fit line.
double fAdjR2
R-squared adjusted for small samples.
double fSlope
Slope of the fit line.
double fR2
R-squared of the fit.
◆ clear()
| void TrigL2MuonSA::TgcFit::LinStats::clear |
( |
| ) |
|
|
inline |
◆ eval()
| double TrigL2MuonSA::TgcFit::LinStats::eval |
( |
double | fX | ) |
const |
Definition at line 42 of file TgcFit.cxx.
43{
44 double fY, fYerr;
45
48 return fY;
49}
#define ATLAS_THREAD_SAFE
◆ fAdjR2
| double TrigL2MuonSA::TgcFit::LinStats::fAdjR2 |
R-squared adjusted for small samples.
Definition at line 124 of file TgcFit.h.
◆ fChi2
| double TrigL2MuonSA::TgcFit::LinStats::fChi2 |
◆ fCov00
| double TrigL2MuonSA::TgcFit::LinStats::fCov00 |
◆ fCov01
| double TrigL2MuonSA::TgcFit::LinStats::fCov01 |
◆ fCov11
| double TrigL2MuonSA::TgcFit::LinStats::fCov11 |
◆ fIntercept
| double TrigL2MuonSA::TgcFit::LinStats::fIntercept |
Intercept of the fit line.
Definition at line 121 of file TgcFit.h.
◆ fR2
| double TrigL2MuonSA::TgcFit::LinStats::fR2 |
R-squared of the fit.
Definition at line 123 of file TgcFit.h.
◆ fSlope
| double TrigL2MuonSA::TgcFit::LinStats::fSlope |
Slope of the fit line.
Definition at line 122 of file TgcFit.h.
| int TrigL2MuonSA::TgcFit::LinStats::n |
Number of points.
Definition at line 120 of file TgcFit.h.
The documentation for this struct was generated from the following files: