-
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] Bug fix in EMTF GEM and RPC unpacker blocks #39462
[12_4_X] Bug fix in EMTF GEM and RPC unpacker blocks #39462
Conversation
type bugfix |
urgent |
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
|
backport of #39460 |
please test |
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs after it passes the integration tests 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) |
We tested this PR at the playback using the crashed run 359045 (reported by the DQM group earlier). The run finished OK without errors (25 LS tested). The test was done with CMSSW_12_4_9 + PR 39462. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f45d4f/27693/summary.html Comparison SummarySummary:
|
PR description:
This is the backport of #39460
This PR fixes a bug that was mentioned in #39456
The bug was introduced in #39389
It was a stupid mistake on my part that somehow went in. The index for the for loop does not match the if/else statements, hence causing an empty GEM/RPC TP to be created which then causes the crash when we try to create detID.
This should be backported to 12_4_X and 12_5_X to fix the same ug in those releases.
PR validation:
Tested with running the unpacker on the data files mentioned in #39456. Unpacker runs and assigns the correct values to GEM/RPC TPs.
File used:
/eos/cms/store/t0streamer/Data/Express/000/359/045/run359045_ls0144_streamExpress_StorageManager.dat
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 is the backport of #39460