Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Jan 30, 2025
1 parent 34ffe13 commit f86630b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/Python/src/TrackFitting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ void addTrackFitting(Context& ctx) {
return ActsExamples::makeKalmanFitterFunction(
trackingGeometry, magneticField, multipleScattering, energyLoss,
reverseFilteringMomThreshold, reverseFilteringCovarianceScaling,
freeToBoundCorrection, *Acts::getDefaultLogger("Kalman", level));
freeToBoundCorrection, chi2Cut,
*Acts::getDefaultLogger("Kalman", level));
},
"trackingGeometry"_a, "magneticField"_a, "multipleScattering"_a,
"energyLoss"_a, "reverseFilteringMomThreshold"_a,
Expand Down

0 comments on commit f86630b

Please sign in to comment.