Skip to content

Commit

Permalink
make clang tidy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Dec 19, 2024
1 parent 07ffb51 commit b1d059b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct KalmanFitterFunctionImpl final : public TrackFitterFunction {
Acts::GainMatrixUpdater kfUpdater;
Acts::GainMatrixSmoother kfSmoother;
SimpleReverseFilteringLogic reverseFilteringLogic;
double reverseFilteringCovarianceScaling;
double reverseFilteringCovarianceScaling = 1.0;
bool multipleScattering = false;
bool energyLoss = false;
Acts::FreeToBoundCorrection freeToBoundCorrection;
Expand Down

0 comments on commit b1d059b

Please sign in to comment.