start adding CSV like data reading routine with the FileFormat label DAT.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user