Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth authored Nov 12, 2024
1 parent 35af00c commit 5e74853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Python/python/acts/examples/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def trackSelectorDefaultKWArgs(c):
etaMin=c.eta[0],
etaMax=c.eta[1],
absEtaMin=c.absEta[0],
absEtaMax=absEtaMaxLambda(c.absEta[1]),
absEtaMax=c.absEta[1],
ptMin=c.pt[0],
ptMax=c.pt[1],
minMeasurements=c.nMeasurementsMin,
Expand Down

0 comments on commit 5e74853

Please sign in to comment.