|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <HDF5FileLayoutParameters.hpp>
Public Member Functions | |
| HDF5PathParameters ()=default | |
| HDF5PathParameters (appmodel::HDF5PathParams const *from_conf) | |
| HDF5PathParameters (nlohmann::json from_json) | |
| nlohmann::json | to_json () |
Public Attributes | |
| std::string | detector_group_type = "unspecified" |
| std::string | detector_group_name = "unspecified" |
| std::string | element_name_prefix = "Element" |
| int32_t | digits_for_element_number = 5 |
Definition at line 25 of file HDF5FileLayoutParameters.hpp.
|
default |
|
inline |
Definition at line 33 of file HDF5FileLayoutParameters.hpp.
|
inline |
Definition at line 40 of file HDF5FileLayoutParameters.hpp.
|
inline |
Definition at line 48 of file HDF5FileLayoutParameters.hpp.
| std::string dunedaq::hdf5libs::HDF5PathParameters::detector_group_name = "unspecified" |
Definition at line 28 of file HDF5FileLayoutParameters.hpp.
| std::string dunedaq::hdf5libs::HDF5PathParameters::detector_group_type = "unspecified" |
Definition at line 27 of file HDF5FileLayoutParameters.hpp.
| int32_t dunedaq::hdf5libs::HDF5PathParameters::digits_for_element_number = 5 |
Definition at line 30 of file HDF5FileLayoutParameters.hpp.
| std::string dunedaq::hdf5libs::HDF5PathParameters::element_name_prefix = "Element" |
Definition at line 29 of file HDF5FileLayoutParameters.hpp.