DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
namespace | python |
Classes | |
struct | HDF5FileLayoutParameters |
struct | HDF5PathParameters |
class | HDF5SourceIDHandler |
Functions | |
std::vector< std::string > | get_files_matching_pattern (const std::string &path, const std::string &pattern) |
std::vector< std::string > | delete_files_matching_pattern (const std::string &path, const std::string &pattern) |
uint64_t | encode_geoid (int det_id, int crate_id, int slot_id, int stream_id) |
HDF5SourceIDHandler::source_id_geo_id_map_t | create_srcid_geoid_map () |
Variables | |
constexpr uint32_t | MAX_FILELAYOUT_VERSION = 4294967295 |
HDF5SourceIDHandler::source_id_geo_id_map_t dunedaq::hdf5libs::create_srcid_geoid_map | ( | ) |
Definition at line 61 of file HDF5TestUtils.hpp.
std::vector< std::string > dunedaq::hdf5libs::delete_files_matching_pattern | ( | const std::string & | path, |
const std::string & | pattern ) |
Definition at line 39 of file HDF5TestUtils.hpp.
uint64_t dunedaq::hdf5libs::encode_geoid | ( | int | det_id, |
int | crate_id, | ||
int | slot_id, | ||
int | stream_id ) |
Definition at line 54 of file HDF5TestUtils.hpp.
std::vector< std::string > dunedaq::hdf5libs::get_files_matching_pattern | ( | const std::string & | path, |
const std::string & | pattern ) |
Definition at line 26 of file HDF5TestUtils.hpp.
|
constexpr |
Definition at line 25 of file HDF5RawDataFile.cpp.