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

@@ -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();