DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
registrators.hpp
Go to the documentation of this file.
1
10
11#ifndef DETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
12#define DETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
13
14#include <pybind11/pybind11.h>
15
17
18void
19register_detid(pybind11::module&);
20void
21register_daqheader(pybind11::module&);
22void
23register_daqethheader(pybind11::module&);
24void
25register_hsi(pybind11::module&);
26} // namespace dunedaq::detdataformats::python
27
28#endif // DETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
void register_hsi(py::module &m)
Definition hsi.cpp:21
void register_daqethheader(py::module &m)
void register_daqheader(py::module &m)
Definition daqheader.cpp:25
void register_detid(py::module &m)
Definition detid.cpp:22