-
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
AXOL1TL emulator update for L1 Menu parsing with UTMv12 #44510
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44510/39630
|
A new Pull Request was created by @artlbv for master. It involves the following packages:
@aloeliger, @cmsbuild, @Martin-Grunewald, @mmusich, @epalencia can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cosmetics changes...
allow @artlbv test rights |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44510/39635
|
Pull request #44510 was updated. @cmsbuild, @aloeliger, @epalencia, @Martin-Grunewald, @mmusich can you please check and sign again. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fd6953/38343/summary.html Comparison SummarySummary:
|
@cms-sw/hlt-l2 I want to make sure that I'm on the same page as everyone else, because I think there's been a pretty extended game of message passing. As far as I have discussed this PR with @artlbv this PR will run AXO on UTM 11 and 12 effectively (i.e. it is backwards compatible), and will read the AXO model from the menu (superseding @quinnanm's PR). So this should be the whole thing and everything necessary to put AXO online, correct? I don't think immediate ALCA changes as were necessary last time are necessary now due to the compatibility fix, right? This PR doesn't fix the model collision, put PRs open to the Externals will. I know the CICADA and AXO PRs are open now (and backports). Would you like tests with those? I think there's been discussion with TSG about having this PR available ASAP (monday was the day I heard), any major blocks to that that you can see? |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44510/39683
|
Pull request #44510 was updated. @Martin-Grunewald, @mmusich, @epalencia, @cmsbuild, @aloeliger can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fd6953/38423/summary.html Comparison SummarySummary:
|
+hlt
|
+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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
[14_0_0] Backport of #44510 AXOL1TL emulator update for L1 Menu parsing with UTMv12
PR description:
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:
Not a backport, but will be backported immediately for the next 14_0_X release.
Backport: #44511