|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>#include <iostream>#include <fstream>#include <filesystem>#include "detdataformats/DetID.hpp"#include "fddetdataformats/WIBFrame.hpp"#include "fddetdataformats/TDE16Frame.hpp"Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::rawdatautils |
Functions | |
| fddetdataformats::TDE16Frame | dunedaq::rawdatautils::wibtotde (fddetdataformats::WIBFrame *fr, uint64_t timestamp, uint16_t ch) |
| void | dunedaq::rawdatautils::wib_binary_to_tde_binary (std::string &filename, std::string &output) |
| void | dunedaq::rawdatautils::wib_hdf5_to_tde_binary (std::string &, std::string &) |