Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#include "G4AnalysisManagerState.hh"
|
||||
#include "G4AnalysisUtilities.hh"
|
||||
|
||||
#include "tools/hdf5/h2file"
|
||||
#include "tools/hdf5/group_exists"
|
||||
#include "tools/zlib"
|
||||
#include "toolx/hdf5/h2file"
|
||||
#include "toolx/hdf5/group_exists"
|
||||
#include "toolx/zlib"
|
||||
|
||||
using namespace G4Analysis;
|
||||
using namespace tools;
|
||||
@@ -70,7 +70,7 @@ hid_t G4Hdf5RFileManager::OpenRFile(const G4String& fileName,
|
||||
return kInvalidId;
|
||||
}
|
||||
|
||||
// newFile->add_unziper('Z',tools::decompress_buffer);
|
||||
// newFile->add_unziper('Z',toolx::decompress_buffer);
|
||||
|
||||
// add file in a map
|
||||
fRFiles[name] = G4Hdf5File(newFile, kInvalidId, kInvalidId);
|
||||
@@ -85,7 +85,7 @@ hid_t G4Hdf5RFileManager::OpenDirectory(hid_t file, const G4String& directoryNam
|
||||
{
|
||||
Message(kVL4, "open", "read directory", directoryName);
|
||||
|
||||
auto directory = tools_H5Gopen(file, directoryName);
|
||||
auto directory = toolx_H5Gopen(file, directoryName);
|
||||
if ( directory < 0 ) {
|
||||
Warn("Cannot open directory " + directoryName, fkClass, "OpenDirectory");
|
||||
return kInvalidId;
|
||||
|
||||
Reference in New Issue
Block a user