#include <Chi2.h>
Public Member Functions | |
Chi2 (TMatrixD &, TMatrixD &, TMatrixD &) | |
double | getChi2 () |
TMatrixD & | getCovariance () |
int | getDOF () |
TMatrixD & | getSolution () |
~Chi2 () | |
Private Attributes | |
TMatrixD | covariance |
int | dof |
TMatrixD | leftMatrix |
double | myChi2 |
TMatrixD | rightMatrix |
TMatrixD | solution |
Chi2::Chi2 | ( | TMatrixD & | m, |
TMatrixD & | ym, | ||
TMatrixD & | merrors | ||
) |
Definition at line 3 of file Chi2.cc.
References covariance, dof, leftMatrix, visualization-live-secondInstance_cfg::m, TtSemiLepEvtBuilder_cfi::mt, myChi2, rightMatrix, and solution.
double Chi2::getChi2 | ( | ) |
TMatrixD & Chi2::getCovariance | ( | ) |
Definition at line 26 of file Chi2.cc.
References covariance.
Referenced by DTSurveyChamber::compute().
int Chi2::getDOF | ( | ) |
TMatrixD & Chi2::getSolution | ( | ) |
Definition at line 27 of file Chi2.cc.
References solution.
Referenced by DTSurveyChamber::compute().
|
private |
Definition at line 28 of file Chi2.h.
Referenced by Chi2(), and getCovariance().
|
private |
|
private |
Definition at line 31 of file Chi2.h.
Referenced by Chi2(), and getSolution().