-
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
Compute muon index bits using idx from dataformat #38035
Compute muon index bits using idx from dataformat #38035
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38035/30113
|
A new Pull Request was created by @dinyar (Dinyar Rabady) for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
We currently compute the muon index within the link from the position in the vector, however this is packed densely and during cosmics the EMTF always sends muon stubs in third position (even if the second position is free), causing a mismatch in index bits. Therefore we now assign the muon index on the link in the uGMT unpacker and use that index if it is set.
b8f784b
to
6c39638
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38035/30217
|
Pull request #38035 was updated. @epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please check and sign again. |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a3c7c6/25054/summary.html Comparison SummarySummary:
|
Ok, for me this looks like no changes were seen in the tests which is expected. The only place we should see differences is during cosmics data taking in the data-emulator comparisons. Once this is merged I'd like to have this in the online DQM if that's possible. @jfernan2, can you let me know if that would be fine? Cheers, |
Hi, yes, it is possible, but we'd better coordinate with @pmandrik @emanueleusai, @ahmad3213 @micsucmed @rvenditti who are the DQM responsibles. |
Ok, thanks for the information. Backports made at #38116 and #38117. |
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
We currently compute the muon index within the link from the position in the vector, however this is packed densely and during cosmics the EMTF always sends muon stubs in third position (even if the second position is free), causing a mismatch in index bits.
Therefore we now assign the muon index on the link in the uGMT unpacker and use that index if it is set. The behaviour when the
muIdx
field is not explicitly set should be identical to the current one.PR validation:
Running the usual standard tests locally. (WIP until they succeed.)