DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>
#include <iostream>
#include <fstream>
#include <filesystem>
#include "fddetdataformats/WIBFrame.hpp"
#include "fddetdataformats/WIB2Frame.hpp"
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::rawdatautils |
Functions | |
fddetdataformats::WIB2Frame | dunedaq::rawdatautils::wibtowib2 (fddetdataformats::WIBFrame *fr, uint64_t timestamp=0) |
void | dunedaq::rawdatautils::wib_binary_to_wib2_binary (std::string &filename, std::string &output) |
void | dunedaq::rawdatautils::wib_hdf5_to_wib2_binary (std::string &, std::string &) |
Implementation of functions to convert files from the old WIB format to WIB2
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 WIBtoWIB2.hpp.