Closed krasznaa closed 2 weeks ago
SonarCloud is correct that range based algorithms would be nice to use in the host code. But for that we'll first need to make vecmem device containers work correctly with those algorithms... 🤔 Because it seems that they don't. (But I also didn't investigate too deeply at this point.)
Issues
11 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.3% Duplication on New Code
This is to update the host track finding algorithm to be more in line with #756.
traccc::host::ckf_algorithm
intotraccc::host::combinatorial_kalman_filter_algorithm
, and made the "specialization source file" names a little longer / more elaborate as well.traccc::host::details::find_tracks
to be publicly visible intraccc::core
. So that clients could use it directly, in case they want to use a detector / stepper / navigator that we don't support at the moment.