Allow as input ROOT file from ZIP archives
All threads resolved!
All threads resolved!
Compare changes
- Administrator authored
The function Cbm::File::IsRootFile checks if a file with the given name exists and if this is confirmed it checks if the file is either a ROOT file or a ROOT file stored in a ZIP file. ROOT is able to handle ROOT files stored in a ZIP archive. The function returns true when the file is a ROOT file and false in any other case.
core/base/utils/CbmFileUtils.cxx
0 → 100644
+ 93
− 0