-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cast legacy CLCT trigger patterns in Run-3 pattern format (CCLUT-2) #28846
Cast legacy CLCT trigger patterns in Run-3 pattern format (CCLUT-2) #28846
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28846/13594
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28846/13595
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages: L1Trigger/CSCCommonTrigger @cmsbuild, @rekovic, @benkrikler can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28846/13596
|
Pull request #28846 was updated. @cmsbuild, @rekovic, @benkrikler can you please check and sign again. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Plots looks good. The differences between emulator and firmware are in >90% coming from ME1/1. That is something we plan to improve during LS2. |
@rekovic Could you sign, please? |
Kind reminder to @benkrikler @rekovic |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @silviodonato, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Thank you Vladimir! |
PR description:
This PR casts the legacy CSC trigger patterns in the Run-3 CSC pattern format. The old patterns are defined as 1D arrays with length 42. This will change to 2D vector with width 11 and depth 6. More details can be found here [1], page 3-8. The Run-3 patterns have previously been defined in #28600. Because this PR merely replace the 1D array with a 2D vector, there should be no changes in the output.
I also remove very outdated code (pre-2007) in the CSCCommonTrigger and CSCTrackFinder packages (
NUM_CLCT_PATTERNS_PRE_TMB07
)[1]
https://indico.cern.ch/event/882849/contributions/3722003/attachments/1977056/3296463/CSCTriggerPlans2020_SvenDildick_L1TDPG.pdf
PR validation:
Tested with wf 22034.0.
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
FYI @tahuang1991