HepMC3 event record library
search_binders.h
1 #ifndef SEARCH_BINDERS_H
2 #define SEARCH_BINDERS_H
3 #include <HepMC3/Relatives.h>
4 #include <HepMC3/Selector.h>
5 #include <pybind11/pybind11.h>
6 namespace binder {
7  void custom_Selector_binder( pybind11::class_<HepMC3::StandardSelector, std::shared_ptr<HepMC3::StandardSelector>> cl);
8  void search_binder(pybind11::module &M);
9 } // namespace binder
10 #endif
definition of /b Selector class
Defines helper classes to extract relatives of an input GenParticle or GenVertex. ...
StandardSelector.
Definition: Selector.h:166