DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::rawdatautils::fc::python Namespace Reference

Functions

void register_file_conversion (py::module &m)
 

Function Documentation

◆ register_file_conversion()

void dunedaq::rawdatautils::fc::python::register_file_conversion ( py::module & m)

Definition at line 27 of file file_conversion.cpp.

28{
29 m.def("wib_hdf5_to_wib2_binary", &wib_hdf5_to_wib2_binary);
30 m.def("wib_binary_to_wib2_binary", &wib_binary_to_wib2_binary);
31 m.def("wib_hdf5_to_wibeth_binary", &wib_hdf5_to_wibeth_binary);
32 m.def("wib_binary_to_wibeth_binary", &wib_binary_to_wibeth_binary);
33 m.def("wib_hdf5_to_tde_binary", &wib_hdf5_to_tde_binary);
34 m.def("wib_binary_to_tde_binary", &wib_binary_to_tde_binary);
35}