HepMC3 event record library
python
src
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
HepMC3::StandardSelector
StandardSelector.
Definition:
Selector.h:176
Relatives.h
Defines helper classes to extract relatives of an input GenParticle or GenVertex.
Selector.h
definition of /b Selector class
Generated on Mon Aug 23 2021 00:00:00 for HepMC3 event record library by
1.8.20