-
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
[14_0_0] Backport of #44510 AXOL1TL emulator update for L1 Menu parsing with UTMv12 #44511
[14_0_0] Backport of #44510 AXOL1TL emulator update for L1 Menu parsing with UTMv12 #44511
Conversation
A new Pull Request was created by @artlbv for CMSSW_14_0_X. It involves the following packages:
@mmusich, @epalencia, @aloeliger, @Martin-Grunewald, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
Pull request #44511 was updated. @epalencia, @mmusich, @Martin-Grunewald, @aloeliger, @cmsbuild can you please check and sign again. |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ccb314/38345/summary.html Comparison SummarySummary:
|
Backport of #44510 |
To be tested with (I cannot trigger this): test parameters: |
Please test |
@cmsbuild, please abort |
test parameters: |
@artlbv, please squash the commits |
I will update/squash the commits after the tests are done and the main PR review is done to avoid duplication. |
allow @artlbv test rights |
@cmsbuild, please test |
@mmusich do we still want to test this with the externals? (the backports are not merged yet, though the results will not change in 14_0) |
yes and we are: #44511 (comment) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ccb314/38424/summary.html Comparison SummarySummary:
|
+l1
|
Actually, @artlbv before I get ahead of myself, did this have the extra string removed? I'm on my phone right now and it's not easy to check. |
Ahh. Looks like it. Sorry for the noise. |
Note the externals were already merged: |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a backport of #44510 needed for the AXOL1TL L1 emulator to be compatible with the new and old UTM grammar for the seed and model selection. The description below is copied from the above PR.
This PR is an amendment of the AXOL1TL emulator PRs: #44054 (original backport: #44397).
Essentially reverting and extending the AXO-only part of this revert: #44466
The main changes are:
L1Menu_Collisions2024_v1_1_0
(see the AXO seeds in that menu here.L1Menu_Collisions2024_v1_0_0
(see the AXO seeds in that menu here). Note that UTM v12 supports the old and new AXO condition type.For this kind of seeds the AXO model is hard-coded to the
v3
version as this is currently the baseline.No additional PRs are needed to test this PR.
PR validation:
I tested this PR in 14_1 (and 14_0) with the following command with the default 1_0_0 L1 menu (old UTM), but also with 1_1_0 (new UTM for AXO) and a menu where I mix both old and new AXO conditions. Note this is inspired by the workflow
141.044_RunJetMET2023D
but faster for testing.Rerunning L1 and HLT with the default L1 Menu
1_0_0
:Rerunning L1 and HLT with the
1_0_1
L1 Menu by specifying it via:In all cases L1 and HLT properly ran. Note though that given the current HLS4ML issues (see #44435), the AXO seeds fire in all events in the current master.
This can be circumvented by adding this to the config (removing the CICADA emulator from the L1 chain):
The results are in line with what is expected:
The results for L1 were checked with the L1 menu ntuples and show agreement for using different UTM grammar within the same XML:
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:
Original PR: #44510
Reason for backport: add compatibility for the AXOL1TL emulator with the new UTM grammar which is required for proper O2O of the L1 conditions. Needed in CMSSW_14_0_X for the initial data-taking in 2024.