-
Notifications
You must be signed in to change notification settings - Fork 4.6k
use unpacked track-finder inputs for kBMTF in L1REPACK:Full
#48045
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
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48045/44763 |
|
A new Pull Request was created by @missirol for master. It involves the following packages:
@antoniovilela, @cmsbuild, @davidlange6, @fabiocos, @mandrenguyen, @rappoccio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
@cms-sw/l1-l2 should probably be assigned as a reviewer of this PR. |
|
assign l1 |
|
New categories assigned: l1 @BenjaminRS,@quinnanm you have been requested to review this Pull request/Issue and eventually sign? Thanks |
|
please test |
|
-1 Failed Tests: UnitTests RelVals RelVals-INPUT AddOn Unit TestsI found 2 errors in the following unit tests: ---> test test_MC_22_crosscheck had ERRORS ---> test test_MC_23_crosscheck had ERRORS RelVals
Expand to see more relval errors ...
RelVals-INPUT
Expand to see more relval errors ...
AddOn TestsExpand to see more addon errors ... |
|
Unit tests seem to be failing here due to some unrelated RECO issue - @mandrenguyen @antoniovilela any idea what could be causing this? |
|
please test with #48048 |
|
+1 Size: This PR adds an extra 16KB to repository 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. @sextonkennedy, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
This PR updates the kBMTF inputs in
L1REPACK:Full, making use of the unpacked BMTF data rather than the re-emulated trigger primitives. This follows what is done here incustomiseReEmul.L1TReEmulFromRAW. For more context, see #47925 (comment).PR validation:
Used the simple example below with 2024 data to verify that, with this change, the re-emulated L1T decision of
L1_SingleMu22_BMTFbased onL1REPACK:Fullagrees with the one in the RAW data (firmware). Without this PR, the same example shows a disagreement between the two.In the example below, the Path
L1TMonitorPath1(L1TMonitorPath2) accepts events whereL1_SingleMu22_BMTFfired in firmware (L1REPACK:Full). Tested inCMSSW_15_0_5.Output pre-PR.
Output post-PR.
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:
To be backported to
15_0_Xfor trigger studies.