12 #include <pybind11/pybind11.h>
13 #include <pybind11/stl.h>
15 namespace py = pybind11;
19 namespace Acts::Python {
22 auto [
m, mex] = ctx.
get(
"main",
"examples");
24 py::class_<Acts::ParticleHypothesis>(
m,
"ParticleHypothesis")
28 particleHypothesis.toStream(os);
31 .def_property_readonly_static(
"muon",
35 .def_property_readonly_static(
"pion",
39 .def_property_readonly_static(
44 .def_property_readonly_static(
49 .def_property_readonly_static(
50 "chargedGeantino", [](py::object ) {