Skip to content

Commit

Permalink
feat: Wire Geant4MaterialRecording exclude material to python (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Nov 4, 2023
1 parent 2697f5a commit ee82495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Python/src/Geant4Component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit ee82495

Please sign in to comment.