Refactoring ITk seed maker
- Jul 14, 2023
-
-
Noemi Calace authorede3b27849
-
- Jul 13, 2023
-
-
Noemi Calace authored6e32f161
-
I have refactored the ITk seed maker to provide clear measurement of the CPU contributions. In this way, the newEvent
function is used to configure the environment and retrieve the space points while the production of the map storing the connections between space points happens when the find3sp
function is called, just before seed production.
This allows 1:1 comparison of CPU with the ACTS version of the same code.
No changes in performance are expected (both on CPU and physics). I have tested it running RunWorkflowTests_Run4.py
.