Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backup
Browse files Browse the repository at this point in the history
beomki-yeo committed Dec 6, 2024
1 parent 6401e0e commit 08ed780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/include/traccc/fitting/kalman_filter/kalman_fitter.hpp
Original file line number Diff line number Diff line change
@@ -221,10 +221,8 @@ class kalman_fitter {
// Seed param for backward seed = last state of forward filter
auto bw_seed_params =
fitter_state.m_fit_actor_state.m_track_states.back().filtered();

inflate_covariance(bw_seed_params,
m_cfg.covariance_inflation_factor);

//bw_seed_params.set_covariance(cov);

// Two filters (forward & backward) method

0 comments on commit 08ed780

Please sign in to comment.