Skip to content

Commit

Permalink
fix: Missing parameter of particle selector in python bindings (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth authored Jan 9, 2025
1 parent d7a5c22 commit cd40162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Python/src/TruthTracking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void addTruthTracking(Context& ctx) {

ACTS_PYTHON_STRUCT_BEGIN(c, Config);
ACTS_PYTHON_MEMBER(inputParticles);
ACTS_PYTHON_MEMBER(inputParticleMeasurementsMap);
ACTS_PYTHON_MEMBER(outputParticles);
ACTS_PYTHON_MEMBER(rhoMin);
ACTS_PYTHON_MEMBER(rhoMax);
Expand Down

0 comments on commit cd40162

Please sign in to comment.