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
+3
View File
@@ -549,6 +549,9 @@ void PRunAsymmetry::CalcTheory()
*/
Bool_t PRunAsymmetry::PrepareData()
{
if (!fValid)
return false;
// keep the Global block info
PMsrGlobalBlock *globalBlock = fMsrInfo->GetMsrGlobal();