DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
detdataformats
pybindsrc
module.cpp
Go to the documentation of this file.
1
9
#include "
registrators.hpp
"
10
11
#include <pybind11/pybind11.h>
12
#include <pybind11/stl.h>
13
14
namespace
py = pybind11;
15
16
namespace
dunedaq::detdataformats::python
{
17
18
PYBIND11_MODULE
(_daq_detdataformats_py, m) {
19
20
m.doc() =
"c++ implementation of the dunedaq detdataformats modules"
;
// optional module docstring
21
22
register_detid
(m);
23
register_daqheader
(m);
24
register_daqethheader
(m);
25
register_hsi
(m);
26
27
}
28
29
}
// namespace dunedaq::detdataformats::python
registrators.hpp
dunedaq::detdataformats::python
Definition
daqethheader.cpp:19
dunedaq::detdataformats::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_detdataformats_py, m)
Definition
module.cpp:18
dunedaq::detdataformats::python::register_hsi
void register_hsi(py::module &m)
Definition
hsi.cpp:18
dunedaq::detdataformats::python::register_daqethheader
void register_daqethheader(py::module &m)
Definition
daqethheader.cpp:21
dunedaq::detdataformats::python::register_daqheader
void register_daqheader(py::module &m)
Definition
daqheader.cpp:21
dunedaq::detdataformats::python::register_detid
void register_detid(py::module &m)
Definition
detid.cpp:21
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0