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:
parent
960d15da08
commit
3a56d329ce
@ -317,7 +317,7 @@ Bool_t PRunAsymmetry::PrepareData()
|
|||||||
|
|
||||||
// keep the time resolution in (us)
|
// keep the time resolution in (us)
|
||||||
fTimeResolution = runData->GetTimeResolution()/1.0e3;
|
fTimeResolution = runData->GetTimeResolution()/1.0e3;
|
||||||
cout.precision(8);
|
cout.precision(10);
|
||||||
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
|
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
|
||||||
|
|
||||||
// collect histogram numbers
|
// collect histogram numbers
|
||||||
|
@ -512,7 +512,7 @@ Bool_t PRunSingleHisto::PrepareData()
|
|||||||
|
|
||||||
// keep the time resolution in (us)
|
// keep the time resolution in (us)
|
||||||
fTimeResolution = runData->GetTimeResolution()/1.0e3;
|
fTimeResolution = runData->GetTimeResolution()/1.0e3;
|
||||||
cout.precision(8);
|
cout.precision(10);
|
||||||
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
|
cout << endl << ">> PRunSingleHisto::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;
|
||||||
|
|
||||||
if (fHandleTag == kFit)
|
if (fHandleTag == kFit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user