18class H5FileSvc :
public extends<AthService, IH5GroupSvc>
21 H5FileSvc(
const std::string& name, ISvcLocator* pSvcLocator);
24 virtual H5::Group*
group()
override;
27 std::unique_ptr<H5::H5File>
m_file{
nullptr};
28 Gaudi::Property<std::string>
m_file_path {
this,
"path",
"",
"path to file"};