removed left-over debug info.
This commit is contained in:
@@ -2311,16 +2311,6 @@ Bool_t PFitter::ExecuteSave(Bool_t firstSave)
|
|||||||
// CalcExpectedChiSquare handles both, chisq and mlh
|
// CalcExpectedChiSquare handles both, chisq and mlh
|
||||||
Bool_t ok;
|
Bool_t ok;
|
||||||
PDoubleVector par_r = ParamRound(param, err, ok);
|
PDoubleVector par_r = ParamRound(param, err, ok);
|
||||||
std::cout << "debug> ok=" << ok << std::endl;
|
|
||||||
std::cout << "debug> param=";
|
|
||||||
for (auto p : param) std::cout << p << ", ";
|
|
||||||
std::cout << std::endl;
|
|
||||||
std::cout << "debug> err=";
|
|
||||||
for (auto e : param) std::cout << e << ", ";
|
|
||||||
std::cout << std::endl;
|
|
||||||
std::cout << "debug> par_r=";
|
|
||||||
for (auto p : par_r) std::cout << p << ", ";
|
|
||||||
std::cout << std::endl;
|
|
||||||
|
|
||||||
if (!ok)
|
if (!ok)
|
||||||
par_r = param;
|
par_r = param;
|
||||||
|
|||||||
Reference in New Issue
Block a user