#include <H5FileSvc.h>
|
std::unique_ptr< H5::H5File > | m_file {nullptr} |
|
Gaudi::Property< std::string > | m_file_path {this, "path", "", "path to file"} |
|
Definition at line 18 of file H5FileSvc.h.
◆ H5FileSvc()
H5FileSvc::H5FileSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~H5FileSvc()
H5FileSvc::~H5FileSvc |
( |
| ) |
|
|
default |
◆ group()
H5::Group * H5FileSvc::group |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode H5FileSvc::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 14 of file H5FileSvc.cxx.
16 return StatusCode::FAILURE;
19 return StatusCode::SUCCESS;
◆ m_file
std::unique_ptr<H5::H5File> H5FileSvc::m_file {nullptr} |
|
private |
◆ m_file_path
Gaudi::Property<std::string> H5FileSvc::m_file_path {this, "path", "", "path to file"} |
|
private |
The documentation for this class was generated from the following files: