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 ba44ffc commit 5949917
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/include/traccc/fitting/kalman_filter/kalman_actor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,6 @@ struct kalman_actor : detray::actor {
trk_state.smoothed() = trk_state.filtered();
trk_state.smoothed_chi2() = trk_state.filtered_chi2();
}
/*
if (actor_state.m_it_rev ==
actor_state.m_track_states.rbegin()) {
res = true;
} else {
res =
sf.template visit_mask<two_filters_smoother<algebra_t>>(
trk_state, propagation._stepping.bound_params());
}
*/
}

// Abort if the Kalman update fails
Expand Down

0 comments on commit 5949917

Please sign in to comment.