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
@@ -198,6 +198,9 @@ Bool_t PRunNonMusr::PrepareData()
{
Bool_t success = true;
if (!fValid)
return false;
if (fRunInfo->GetRunNameSize() > 1) { // ADDRUN present which is not supported for NonMusr
std::cerr << std::endl << ">> PRunNonMusr::PrepareData(): **WARNING** ADDRUN NOT SUPPORTED FOR THIS FIT TYPE, WILL IGNORE IT." << std::endl;
}