DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
registrators.hpp
Go to the documentation of this file.
1
12#ifndef TDEMODULES_PYBINDSRC_REGISTRATORS_HPP_
13#define TDEMODULES_PYBINDSRC_REGISTRATORS_HPP_
14
15#include <pybind11/pybind11.h>
16
18
19 void register_amc(pybind11::module&);
20
21}
22
23#endif // TDEMODULES_PYBINDSRC_REGISTRATORS_HPP_
void register_amc(py::module &m)
Definition amc.cpp:19