1 #ifndef MHO_PyOperator_HH__
2 #define MHO_PyOperator_HH__
4 #include <pybind11/numpy.h>
5 #include <pybind11/pybind11.h>
6 namespace py = pybind11;
Class MHO_Operator.
Definition: MHO_Operator.hh:21
MHO_Operator()
Definition: MHO_Operator.cc:7
trampoline for generic data operator
Definition: MHO_PyOperator.hh:22
virtual bool Execute() override
Function Execute.
Definition: MHO_PyOperator.hh:28
virtual bool Initialize() override
Function Initialize.
Definition: MHO_PyOperator.hh:26
Definition: MHO_ChannelLabeler.hh:17