Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 27, 2024
1 parent 217ad15 commit b9b26b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CI/physmon/workflows/physmon_trackfitting_gsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

tp = Path(temp)
runTruthTrackingGsf(
setup.trackingGeometry,
setup.field,
setup.digiConfig,
trackingGeometry=setup.trackingGeometry,
field=setup.field,
digiConfigFile=setup.digiConfig,
outputDir=tp,
s=s,
)
Expand Down

0 comments on commit b9b26b0

Please sign in to comment.