cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Find best MC match #171

Closed bryates closed 2 years ago

bryates commented 2 years ago

PR description:

This PR adds a better implementation of the ability to find better FullMatch memories. The code is similar to the HLS implementation, where for a particular tracklet, the best values are stored, and new stubs are only matched if their delta values (z, r, phi depending on barrel or disk matches) are better than the current best.

PR validation:

We were already seeing full agreement with 100 events in the barrel. However, while developing and testing the HLS MC disk implementation, I've seen this gives more correct matches (the HLS implementation is stull under development so not all matches agree yet).

bryates commented 2 years ago

Closing this PR to redo based off 12_5_0_pre2