-
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
PPS diamond mapping fix for 2023 run #41187
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41187/34872
|
A new Pull Request was created by @grzanka (Leszek Grzanka) for master. It involves the following packages:
@pmandrik, @emanueleusai, @tvami, @cmsbuild, @saumyaphor4252, @syuvivida, @rvenditti, @micsucmed, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type ctpps |
test parameters:
|
Thanks @grzanka for this fix! We will also need a 13_0_X backport if this is intended for 2023 data-taking. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ebc5d0/31592/summary.html Comparison SummarySummary:
|
Thanks for reminder, we already planned a campaign to move the records to GT, this should be accomplished during summer 2023.
Here is the backport: #41188 |
+1 |
type bug-fix |
@cms-sw/dqm-l2 do you have any comments? |
urgent
|
+1 |
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR updates the XML mappings for PPS diamond detectors for 2023 run campaign.
The change follows recently discovered hardware issue, related to bad fiber input connector in the NEW OptoRX installed to cope with the new high trigger rate foreseen. Backward compatibility is sustained.
During tests of this PR we discovered as well that on of the parameters in the PPS DQM module was not marked as untracked.
This was probably a leftover from a migration campaign done in #38907
Appropriate change comes as well with this PR.
See as well related #40763
PR validation:
This PR was validated with relvals 136.793, 1043 and 1044 (which run PPS reconstruction).
The reconstruction of Run 2 and 2022 data seems not affected.
New XML is parsed properly, I ran cmsRun CalibPPS/ESProducers/test/test_totemDAQMappingESSourceXML_cfg.py to parse XML and print its content on the console.
We ran the tests of unpacker on dataset(run 364968) taken after hardware intervention. The raw2digi step produced expected results.
We do not have proper 2023 data taken with new cabling, so full-scale reconstruction tests are not possible yet.