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 faffaec6ac
commit 2d85d10b2f
9 changed files with 39 additions and 0 deletions

View File

@ -431,6 +431,9 @@ Bool_t PRunSingleHistoRRF::PrepareData()
{
Bool_t success = true;
if (!fValid)
return false;
// keep the Global block info
PMsrGlobalBlock *globalBlock = fMsrInfo->GetMsrGlobal();