Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Dec 11, 2024
1 parent c8cb623 commit 94e9967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/include/traccc/fitting/kalman_filter/kalman_fitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "traccc/edm/track_parameters.hpp"
#include "traccc/edm/track_state.hpp"
#include "traccc/finding/actors/interaction_register.hpp"
#include "traccc/fitting/actors/surface_id_aborter.hpp"
#include "traccc/fitting/fitting_config.hpp"
#include "traccc/fitting/kalman_filter/gain_matrix_smoother.hpp"
#include "traccc/fitting/kalman_filter/kalman_actor.hpp"
Expand Down Expand Up @@ -154,7 +153,7 @@ class kalman_fitter {
(i == 0) ? seed_params
: fitter_state.m_fit_actor_state.m_track_states[0]
.smoothed();

inflate_covariance(seed_params_cpy,
m_cfg.covariance_inflation_factor);

Expand Down

0 comments on commit 94e9967

Please sign in to comment.