DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
namespace | daphne |
namespace | fc |
namespace | python |
namespace | tde |
namespace | unpack |
namespace | wib |
namespace | wib2 |
namespace | wibeth |
Functions | |
fddetdataformats::TDE16Frame | wibtotde (fddetdataformats::WIBFrame *fr, uint64_t timestamp, uint16_t ch) |
void | wib_binary_to_tde_binary (std::string &filename, std::string &output) |
void | wib_hdf5_to_tde_binary (std::string &, std::string &) |
fddetdataformats::WIB2Frame | wibtowib2 (fddetdataformats::WIBFrame *fr, uint64_t timestamp=0) |
void | wib_binary_to_wib2_binary (std::string &filename, std::string &output) |
void | wib_hdf5_to_wib2_binary (std::string &, std::string &) |
fddetdataformats::WIBEthFrame | wibtowibeth (fddetdataformats::WIBFrame *fr, uint64_t timestamp=0, int starting_channel=0) |
void | wib_binary_to_wibeth_binary (std::string &filename, std::string &output) |
void | wib_hdf5_to_wibeth_binary (std::string &, std::string &) |
void | print_hex_fragment (daqdataformats::Fragment const &frag) |
void dunedaq::rawdatautils::print_hex_fragment | ( | daqdataformats::Fragment const & | frag | ) |
Definition at line 27 of file unpack.cpp.
void dunedaq::rawdatautils::wib_binary_to_tde_binary | ( | std::string & | filename, |
std::string & | output ) |
Definition at line 44 of file WIBtoTDE.hpp.
void dunedaq::rawdatautils::wib_binary_to_wib2_binary | ( | std::string & | filename, |
std::string & | output ) |
Definition at line 38 of file WIBtoWIB2.hpp.
void dunedaq::rawdatautils::wib_binary_to_wibeth_binary | ( | std::string & | filename, |
std::string & | output ) |
Definition at line 42 of file WIBtoWIBEth.hpp.
void dunedaq::rawdatautils::wib_hdf5_to_tde_binary | ( | std::string & | , |
std::string & | ) |
Definition at line 70 of file WIBtoTDE.hpp.
void dunedaq::rawdatautils::wib_hdf5_to_wib2_binary | ( | std::string & | , |
std::string & | ) |
Definition at line 60 of file WIBtoWIB2.hpp.
void dunedaq::rawdatautils::wib_hdf5_to_wibeth_binary | ( | std::string & | , |
std::string & | ) |
Definition at line 70 of file WIBtoWIBEth.hpp.
fddetdataformats::TDE16Frame dunedaq::rawdatautils::wibtotde | ( | fddetdataformats::WIBFrame * | fr, |
uint64_t | timestamp, | ||
uint16_t | ch ) |
Definition at line 24 of file WIBtoTDE.hpp.
fddetdataformats::WIB2Frame dunedaq::rawdatautils::wibtowib2 | ( | fddetdataformats::WIBFrame * | fr, |
uint64_t | timestamp = 0 ) |
Definition at line 23 of file WIBtoWIB2.hpp.
fddetdataformats::WIBEthFrame dunedaq::rawdatautils::wibtowibeth | ( | fddetdataformats::WIBFrame * | fr, |
uint64_t | timestamp = 0, | ||
int | starting_channel = 0 ) |
Definition at line 23 of file WIBtoWIBEth.hpp.