This commit is contained in:
2021-07-02 16:09:57 +02:00
parent 0e4fd598b1
commit c30716db12
13 changed files with 422 additions and 146 deletions

View File

@ -2,11 +2,6 @@
#include "File.h"
#include "H5Cpp.h"
#ifndef H5_NO_NAMESPACE
using namespace H5;
#endif
#include <mutex>
class HDF5MasterFile : private virtual slsDetectorDefs, public File {
@ -25,5 +20,4 @@ class HDF5MasterFile : private virtual slsDetectorDefs, public File {
private:
std::mutex *hdf5Lib_;
H5File *fd_{nullptr};
std::string fileName_;
};