DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "hdf5libs/HDF5RawDataFile.hpp"
#include <vector>
#include <string>
#include <filesystem>
#include <regex>
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::hdf5libs |
Functions | |
std::vector< std::string > | dunedaq::hdf5libs::get_files_matching_pattern (const std::string &path, const std::string &pattern) |
std::vector< std::string > | dunedaq::hdf5libs::delete_files_matching_pattern (const std::string &path, const std::string &pattern) |
uint64_t | dunedaq::hdf5libs::encode_geoid (int det_id, int crate_id, int slot_id, int stream_id) |
HDF5SourceIDHandler::source_id_geo_id_map_t | dunedaq::hdf5libs::create_srcid_geoid_map () |
Utility functions for use only in HDF5 unit tests
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file HDF5TestUtils.hpp.