Correct time resolution for betaNMR runs.

This commit is contained in:
2019-05-06 14:33:22 +02:00
parent 924c297906
commit 5d558833b0
2 changed files with 5 additions and 5 deletions

View File

@ -570,8 +570,7 @@ Bool_t PRunAsymmetryBNMR::PrepareData()
return false;
}
// keep the time resolution in (ms)
// possibility to rescale for betaNMR
// keep the time resolution in (s)
fTimeResolution = runData->GetTimeResolution()/1.0e3;
std::cout.precision(10);
std::cout << std::endl << ">> PRunAsymmetryBNMR::PrepareData(): time resolution=" << std::fixed << runData->GetTimeResolution() << "(ms)" << std::endl;