Put in line the time-resolution output of single-histogram and asymmetry data.

Now both have a line break at the end--before this has only been true for the asymmetry data.
(If the line break is not needed it should be consistently removed and replaced by a cout.flush()
followed by a line break when musrview is terminated.)
This commit is contained in:
Bastian M. Wojek
2011-03-03 13:49:22 +00:00
parent 103283400a
commit 34e462e05f
3 changed files with 13 additions and 13 deletions

View File

@ -151,7 +151,7 @@ Bool_t PRunMuMinus::PrepareData()
{
Bool_t success = true;
cout << endl << "in PRunMuMinus::PrepareData(): will feed fData";
cout << endl << "in PRunMuMinus::PrepareData(): will feed fData" << endl;
return success;
}