Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Dec 18, 2024
1 parent d8ea860 commit 5d2313f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/physmon/workflows/physmon_trackrefitting_kf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
field=setup.field,
digiConfigFile=setup.digiConfig,
outputDir=tp,
reverseFilteringMomThreshold=float("inf"),
reverseFilteringCovarianceScaling=100.0,
s=s,
)

Expand Down
2 changes: 2 additions & 0 deletions Examples/Scripts/Python/truth_tracking_gsf_refitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def runRefittingGsf(
field,
digiConfigFile=digiConfigFile,
outputDir=outputDir,
reverseFilteringMomThreshold=0.0,
reverseFilteringCovarianceScaling=1.0,
s=s,
)

Expand Down
2 changes: 2 additions & 0 deletions Examples/Scripts/Python/truth_tracking_kalman_refitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def runRefittingKf(
field,
digiConfigFile=digiConfigFile,
outputDir=outputDir,
reverseFilteringMomThreshold=reverseFilteringMomThreshold,
reverseFilteringCovarianceScaling=reverseFilteringCovarianceScaling,
s=s,
)

Expand Down

0 comments on commit 5d2313f

Please sign in to comment.