1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-01-17 22:04:41 +00:00

Removed criteria of rejecting fits if sample fit chi2PerDof is bad.

This commit is contained in:
2021-05-21 15:29:24 +01:00
parent c48e2be20b
commit 375b8fd038
2 changed files with 0 additions and 15 deletions

View File

@@ -93,7 +93,6 @@ public:
DVec getYError(const Index j);
bool checkFit(); // check fit candidate based on chi2PerDof
void checkChi2PerDof(double Chi2PerDof);
void checkChi2PerDof(double Chi2PerDof, unsigned int &counter);
// get total fit variance matrix and its pseudo-inverse
const DMat & getFitVarMat(void);
const DMat & getFitVarMatPInv(void);