-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
L1T: read pt compression bit depth from LUT for JEC #41452
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41452/35314
|
A new Pull Request was created by @bundocka for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
I have to say I'm not sure I understand the failures here. All of the JobReport xmls show unexpected job termination, but not much else, and the step2 output logs don't seem to have any consistent errors or crashes. Is it possible this is correlated with the ongoing CERN internet issues? |
@aloeliger please don't care about those RelVal-Input errors. |
+l1
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
merge
|
L1 will soon use finer granularity in the pt compression LUT used to obtain the JEC scale factors.
This PR removes the hard-coded pt compression data bit depth of 4 and replaces it with the bit depth obtained from the input LUT, to get the address for the JEC LUT in the jet emulator.
This change should be transparent and produce no changes to the L1 jets. This has been checked by re-emulating 2022 data.
Ran scram build code-format
Passes runTheMatrix.py -l limited -i all --ibeos
(all except 11634.911_TTbar_14TeV+2021_DD4hep Step2-FAILED)