diff --git a/Examples/Python/src/Geometry.cpp b/Examples/Python/src/Geometry.cpp index 0fdf7679e47..a810431eccd 100644 --- a/Examples/Python/src/Geometry.cpp +++ b/Examples/Python/src/Geometry.cpp @@ -102,6 +102,11 @@ void addGeometry(Context& ctx) { &Acts::TrackingGeometry::highestTrackingVolumeShared); } + { + py::class_>(m, "TrackingVolume"); + } + { py::class_>(m, "Volume") .def_static(