An error occurred while fetching this tab.
FPGATrackSim: rewrite matrix gen algorithm to use road-finding for hit selection
- Mar 21, 2025
-
-
Benjamin John Rosser authored
Something went wrong when I tried to clean up this function, it was unnecessarily redundant.
5da196ce -
Benjamin John Rosser authored
We weren't doing this before; this seems to be responsible for most of the noise from the genscan algorithm.
e6f765f9 -
Benjamin John Rosser authored
We also needed to set up the event selection service properly for constant generation; otherwise it only used the old regions.
0a8296c1 -
Benjamin John Rosser authored
Previously we would first filter the hits that matched a truth track according to some internal rules. This commit changes things so that instead we do not do this; we just pass the barcode-matched hits immediately to pattern recognition. Then, we use a version of the "road to track" code to produce track combinations if we are running the first stage; if we're running the second stage we run the full track fit. The hits on the track combinations then get used to fill the accumulator. This doesn't actually work at present, the road to track is not producing any roads. That requires further investigation
1d115258
-