start adding CSV like data reading routine with the FileFormat label DAT.

This commit is contained in:
2022-03-14 20:59:37 +01:00
parent f7bc2aab87
commit de5763d5cc
9 changed files with 39 additions and 0 deletions

View File

@ -531,6 +531,9 @@ void PRunAsymmetryRRF::CalcTheory()
*/
Bool_t PRunAsymmetryRRF::PrepareData()
{
if (!fValid)
return false;
// keep the Global block info
PMsrGlobalBlock *globalBlock = fMsrInfo->GetMsrGlobal();