![]() |
ATLAS Offline Software
|
#include <TgcFit.h>
Public Member Functions | |
| LinStats () | |
| void | clear () |
| double | eval (double fX) const |
Public Attributes | |
| 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 |
|
inline |
Definition at line 131 of file TgcFit.h.
|
inline |
| double TrigL2MuonSA::TgcFit::LinStats::eval | ( | double | fX | ) | const |
Definition at line 42 of file TgcFit.cxx.
| double TrigL2MuonSA::TgcFit::LinStats::fAdjR2 |
| double TrigL2MuonSA::TgcFit::LinStats::fIntercept |
| double TrigL2MuonSA::TgcFit::LinStats::fR2 |
| double TrigL2MuonSA::TgcFit::LinStats::fSlope |