1 #ifndef SEARCH_BINDERS_H
2 #define SEARCH_BINDERS_H
5 #include <pybind11/pybind11.h>
7 void custom_Selector_binder( pybind11::class_<
HepMC3::StandardSelector, std::shared_ptr<HepMC3::StandardSelector>> cl);
8 void search_binder(pybind11::module &M);
definition of /b Selector class
Defines helper classes to extract relatives of an input GenParticle or GenVertex. ...