1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-23 09:14:29 +00:00

minor code cleaning

This commit is contained in:
2016-03-16 18:33:06 +00:00
parent 2eb70aa975
commit 313a730bb2
5 changed files with 25 additions and 29 deletions

View File

@@ -41,7 +41,6 @@ int main(void)
FitResult p;
MinuitMinimizer minimizer;
minimizer.setVerbosity(MinuitMinimizer::Verbosity::Debug);
p = data.fit(minimizer, init, f);
cout << "a= " << p(0) << " b= " << p(1);
cout << " chi^2/ndof= " << p.getChi2PerDof();