acts-project / traccc

Demonstrator tracking chain on accelerators
Mozilla Public License 2.0
29 stars 50 forks source link

Put CKF tips into a single vector #740

Closed stephenswat closed 1 month ago

stephenswat commented 1 month ago

Currently, we unnecessarily put tips into a jagged vector-like structure; this commit turns this into a single, resizable array to save on copies and to make the code a bit simpler.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud