From c3da7e78c8ec836b0424a5548afe1a4bcd63165d Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Tue, 24 Oct 2023 21:56:49 +0200 Subject: [PATCH] test --- .../traccc/fitting/kalman_filter/gain_matrix_updater.hpp | 3 --- extern/detray/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/include/traccc/fitting/kalman_filter/gain_matrix_updater.hpp b/core/include/traccc/fitting/kalman_filter/gain_matrix_updater.hpp index 511b0af58d..1b8d510ad8 100644 --- a/core/include/traccc/fitting/kalman_filter/gain_matrix_updater.hpp +++ b/core/include/traccc/fitting/kalman_filter/gain_matrix_updater.hpp @@ -89,9 +89,6 @@ struct gain_matrix_updater { trk_state.predicted().set_vector(predicted_vec); trk_state.predicted().set_covariance(predicted_cov); - // Correct sign for line detector - // if (mask_t::shape::mask_type == detray::mask_types::line) { - if constexpr (std::is_same_v> || std::is_same_v