|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>#include <iostream>#include <fstream>#include <filesystem>#include "fddetdataformats/WIBFrame.hpp"#include "fddetdataformats/WIBEthFrame.hpp"Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::rawdatautils |
Functions | |
| fddetdataformats::WIBEthFrame | dunedaq::rawdatautils::wibtowibeth (fddetdataformats::WIBFrame *fr, uint64_t timestamp=0, int starting_channel=0) |
| void | dunedaq::rawdatautils::wib_binary_to_wibeth_binary (std::string &filename, std::string &output) |
| void | dunedaq::rawdatautils::wib_hdf5_to_wibeth_binary (std::string &, std::string &) |
Implementation of functions to convert files from the old WIB format to WIBEth
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file WIBtoWIBEth.hpp.