minor changes

This commit is contained in:
nemu
2008-09-11 16:05:52 +00:00
parent ef50169deb
commit ed22af01cc
2 changed files with 6 additions and 4 deletions

View File

@ -668,6 +668,7 @@ int PMsrHandler::WriteMsrLogFile()
line.fLine += fStatistic.fNdf;
line.fLine += ", chisq/NDF = ";
line.fLine += fStatistic.fMin / fStatistic.fNdf;
cout << endl << line.fLine.Data() << endl;
} else {
line.fLine = " maxLH = ";
line.fLine += fStatistic.fMin;
@ -675,6 +676,7 @@ int PMsrHandler::WriteMsrLogFile()
line.fLine += fStatistic.fNdf;
line.fLine += ", maxLH/NDF = ";
line.fLine += fStatistic.fMin / fStatistic.fNdf;
cout << endl << line.fLine.Data() << endl;
}
fStatistic.fStatLines.push_back(line);
}