-
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
EMTF Primitive Conversion LUT update #39822
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39822/32690
|
A new Pull Request was created by @eyigitba for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2a40d1/28434/summary.html Comparison SummarySummary:
|
+l1 |
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
I want to mention that cms-data/L1Trigger-L1TMuon#23 needs to be merged as well for this to work with recently collected data. The tests are not useful to catch a crash for this change since the firmware was deployed on October 6th and any data before that run will not trigger the changes. |
Thank you for having reminded it @eyigitba I think that some workflow, or maybe unit test, should be made available in order to test this with the data collected with the new firmware: does it mean that the cmssw software with this update included was never tested with the new firmware? This has to be clarified before we can think at a possible backport to the current data taking releases. |
Hi @perrotta , I can provide a workflow to test this with the recent data collected. I ran this test myself before submitting the PR and everything worked fine (the code uses the correct LUTs and matches the online eta/phi values). Since we had a similar issue before I wanted to be more careful this time. |
Thank you @eyigitba , yest that would be useful
|
at the Joint Operations meeting today, it was mentioned that a backport of this PR would be desirable in the next CMSSW_12_4_X release. Does such a backport exist yet? |
@eyigitba any update on opening the backports to 12_4_X and 12_5_X of this PR? |
Sorry, I couldn't do it yesterday. I'll submit the PRs and a workflow to test these soon. |
Here is a simple PSET file that runs on recent data: https://github.com/eyigitba/cmssw/blob/d4b832735b26d45e7c74e6ec8a9f0195b1424df7/L1Trigger/L1TMuonEndCap/test/unittests/emtf_run3_test.py In LogInfo one can see:
which is the new settings added with this PR. When Please let me know if this looks good to you. I'll submit the other 2 PRs now. |
PR description:
This PR adds options to use the new primitive conversion LUTs in the EMTF emulator. The LUTs were deployed at P5 on October 6th, but they are not used in the emulator yet.
This PR needs the LUTs in cms-data/L1Trigger-L1TMuon#23 to work.
We see improvement in EMTF performance at P5 with these new LUTs, so changes to muon efficiencies etc are expected when testing the re-emulation workflows from recent runs (after October 6th). Otherwise this PR shouldn't change anything in the emulator.
This PR should be backported to 12_4 if there is an opportunity to run this at P5 to improve data/emulator comparisons in DQM. If data taking with 12_5 is expected we should also backport it there.
This has no effect on MC production so MC campaigns do not matter for the purpose of this PR.
PR validation:
runTheMatrix.py -l limited -i all --ibeos
has no failures. Also validated by unpacking one of the recent runs to compare LUT outputs and it matches.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