-
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
[Phase-2 L1] Incorporate object threshold scalings, ID and isolation via dictionaries into the P2GT menu #46489
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46489/42345 |
A new Pull Request was created by @artlbv for master. It involves the following packages:
@Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46489/42349 |
Pull request #46489 was updated. @Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please check and sign again. |
Does this incorporate the actual fix for
as discussed in #46470? |
enable hlt_p2_timing |
@cmsbuild, please test |
@cmsbuild, please abort |
please test |
Yes. At least the P2GT thresholds are now as in the MenuTools, and for the MenuTools we see similar rates to what we had in the AR24, see our recent presentation at the L1 DPG (linked above, slide 38). We will eventually also rerun the full MinBias but the good match of the MenuTools and P2GT emulator on 150 TTbar events makes me positive about a good agreement. |
Pull request #46489 was updated. @Moanwar, @aloeliger, @antoniovilela, @cmsbuild, @davidlange6, @epalencia, @fabiocos, @mandrenguyen, @rappoccio, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild please test |
@aloeliger this PR is ready now. I fixed the spurious file and squashed the commits. please review whenever you can! |
+1 Size: This PR adds an extra 28KB to repository
Comparison SummarySummary:
|
+l1 |
thanks Andrew! @Moanwar could you please also review and sign this ? |
+Upgrade |
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, @mandrenguyen, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The idea of this PR is to allow for a more convenient organisation and book-keeping of the P2GT emulator menu configurations. Previously threshold changes due to object changes (so-called offline-online scalings) or ID/Iso WP changes had to be changed manually in every seed. With this PR dictionaries are introduced for common ID and Isolation Working Points as well as reading of the scalings (a MenuTools output) is implemented.
This addresses #46470 and was agreed to with the P2GT developer team @HaarigerHarald and @qvyz as presented here in slide 42.
FYI @VourMa @rovere @slaurila @RobertJWard @gpetruc
PR validation:
Tested to work with the standard recipe we (and HLT) are using in
1420pre1
:A simple check was comparing the
edmConfigDump
outputs pre and post PR as there the actual thresholds, ID and Isolation values are expanded into plaintext. The results seem reasonable.Note that also the IDs used for TkMuons have changed since since the AR24 there are now 4 WPs (compared to 1 before).
We will check the agreement with the MenuTools once we get more stats processed (on small stats the agreement is rather good), but I would like to start the PR and the reviewing process, eventually soliciting feedback from our SW experts on these changes.
Note that the code function names in the
menuConstants.py
could be cleaned up etc, but the mechanism should the final one.