Skip to content

Commit

Permalink
refactor: Add hits range property to ParticleSelector (acts-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 30, 2025
1 parent aa431d2 commit d3b9e6b
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 @@ -107,6 +107,7 @@ void addTruthTracking(Context& ctx) {
pythonRangeProperty(c, "pt", &Config::ptMin, &Config::ptMax);
pythonRangeProperty(c, "measurements", &Config::measurementsMin,
&Config::measurementsMax);
pythonRangeProperty(c, "hits", &Config::hitsMin, &Config::hitsMax);
pythonRangeProperty(c, "primaryVertexId", &Config::minPrimaryVertexId,
&Config::maxPrimaryVertexId);
}
Expand Down

0 comments on commit d3b9e6b

Please sign in to comment.