first full IDF V2 implementation.

This commit is contained in:
2026-02-05 10:59:15 +01:00
parent 43cb8b2460
commit 810306cb2a
3 changed files with 56 additions and 12 deletions

View File

@@ -2281,7 +2281,8 @@ Bool_t PRunDataHandler::ReadNexusFile()
if (!ReadNexusFileIdf1(nxs_file))
return false;
} else { // HDF5 IDF V2
// not yet implemented
if (!ReadNexusFileIdf2(nxs_file))
return false;
}
}
#else