From 4aa9684c52839364080bda0c11a53f673530ba7a Mon Sep 17 00:00:00 2001 From: andiwand Date: Fri, 3 Nov 2023 20:08:38 +0100 Subject: [PATCH] wire G4 exclude material to python --- Examples/Python/src/Geant4Component.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Python/src/Geant4Component.cpp b/Examples/Python/src/Geant4Component.cpp index 3d11ab377e8..11ef468c038 100644 --- a/Examples/Python/src/Geant4Component.cpp +++ b/Examples/Python/src/Geant4Component.cpp @@ -141,6 +141,7 @@ PYBIND11_MODULE(ActsPythonBindingsGeant4, mod) { .def(py::init<>()); ACTS_PYTHON_STRUCT_BEGIN(c, Config); ACTS_PYTHON_MEMBER(outputMaterialTracks); + ACTS_PYTHON_MEMBER(excludeMaterials); ACTS_PYTHON_STRUCT_END(); }