Increase the number of figures shown in the time-resolution debugging output in order to accommodate the needs of the high-field project.

This commit is contained in:
Bastian M. Wojek 2011-05-06 15:54:22 +00:00
parent 960d15da08
commit 3a56d329ce
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ Bool_t PRunAsymmetry::PrepareData()
// keep the time resolution in (us)
fTimeResolution = runData->GetTimeResolution()/1.0e3;
cout.precision(8);
cout.precision(10);
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
// collect histogram numbers

View File

@ -512,7 +512,7 @@ Bool_t PRunSingleHisto::PrepareData()
// keep the time resolution in (us)
fTimeResolution = runData->GetTimeResolution()/1.0e3;
cout.precision(8);
cout.precision(10);
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
if (fHandleTag == kFit)