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(); }