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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user