-
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
[GEM] bug fix in orbit counter checker between AMC13 and GEM AMC headers #38544
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38544/30779
|
A new Pull Request was created by @yeckang (Yechan Kang) for master. It involves the following packages:
@cmsbuild, @AdrianoDee, @srimanob, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-96fcca/25874/summary.html Comparison SummarySummary:
|
+1 |
type bug-fix |
+Upgrade Bug fix for unpacking. As mentioned in the PR description, |
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 |
+1 |
PR description:
Because of the different implementations of orbit counter in AMC13 and GEM AMC, the OC value from GEM AMC should be subtracted with 1 or 2.
Because of the wrong implementation of data status checker, we couldn't unpack the data from GEM at the moment.
Backport PR to 12_3_X and 12_4_X is needed.
PR validation:
The branch is applied with
scram build code-format
andscram build code-checks
.The unpacking test on the data from the compatible firmware version has been performed.
@jshlee