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

TrackFit phi region #236

Closed aehart closed 1 year ago

aehart commented 1 year ago

PR description:

This PR adds six bits to the TrackFitMemory output, which represent the phi regions of the two seed stubs. It's similar to what PR #233 did for TrackletParametersMemory, but now for TrackFitMemory, and for both seed stubs.

PR validation:

I generated test vectors with these changes, and the added bits are now present.

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

N/A

aryd commented 1 year ago

Does this nee to be updated tow add the three bits for both seeding layers?

aehart commented 1 year ago

Does this nee to be updated tow add the three bits for both seeding layers?

@aryd I already added the three bits for both seeding layers. So it should be good to go AFAIK.

I updated the PR description to reflect this.