-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[12_4_X] Added protection against out-of-range BX values in EMTF unpacker blocks #39413
[12_4_X] Added protection against out-of-range BX values in EMTF unpacker blocks #39413
Conversation
A new Pull Request was created by @eyigitba for CMSSW_12_4_X. 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 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test test-das-selected-lumis had ERRORS Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-42b349/27626/summary.html Comparison SummarySummary:
|
I was ready to bypass the @cms-sw/l1-l2 signature and merge this PR for the next 12_4_X data taking release. |
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_6_X is complete. 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 |
PR description:
This PR is a partial backport of #38961. The rest of the changes will go in with #39389
The PR was made as discussed in #39388
This PR fixes the crash reported in #38940. EMTF DAQ readout window is 7 BX wide [-3, 3], but in cases of corrupted data from TPs or faulty configurations it can have a value of 4.
Apaprently, such cases happened during LS2 when GEMs were not working properly. Unpacking this data and trying to use the DQM plots added in #38818 causes a crash.
This PR adds a veto for any TP or EMTF track that falls out of this [-3, 3] window since these are clearly not valid.
PR validation:
Validated with the failing workflows from #38940. Everything works and we print out the warning messages about corrupted data.
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:
This PR is a partial backport of #38961. The rest of the changes will go in with #39389
The PR was made as discussed in #39388