More work towards implementation of beta-NMR asymmetry calculation

This commit is contained in:
Zaher Salman
2018-08-16 23:17:39 +02:00
committed by Zaher Salman
parent 8346e8debb
commit bcd1c98ad2
5 changed files with 76 additions and 4 deletions

View File

@ -535,6 +535,7 @@ Bool_t PRunAsymmetryBNMR::PrepareData()
}
// keep the time resolution in (us)
// possibility to rescale for betaNMR
fTimeResolution = runData->GetTimeResolution()/1.0e3;
cout.precision(10);
cout << endl << ">> PRunAsymmetryBNMR::PrepareData(): time resolution=" << fixed << runData->GetTimeResolution() << "(ns)" << endl;