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