DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
trgdataformats
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::trgdataformats::python
{
17
18
PYBIND11_MODULE
(_daq_trgdataformats_py, m)
19
{
20
21
m.doc() =
"C++ implementation of the trgdataformats modules"
;
22
23
register_trigger_primitive
(m);
24
// register_trigger_bitwords(m);
25
register_trigger_activity
(m);
26
register_trigger_candidate
(m);
27
}
28
29
}
// namespace dunedaq::trgdataformats::python
dunedaq::trgdataformats::python
Definition
module.cpp:16
dunedaq::trgdataformats::python::register_trigger_activity
void register_trigger_activity(pybind11::module &)
dunedaq::trgdataformats::python::register_trigger_primitive
void register_trigger_primitive(pybind11::module &)
dunedaq::trgdataformats::python::register_trigger_candidate
void register_trigger_candidate(pybind11::module &)
dunedaq::trgdataformats::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_trgdataformats_py, m)
Definition
module.cpp:18
registrators.hpp
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0