-
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
Fix parameters in PPS RawToDigiConverter, and clean up a few related configs #41785
Fix parameters in PPS RawToDigiConverter, and clean up a few related configs #41785
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41785/35662
|
A new Pull Request was created by @perrotta (Andrea Perrotta) for master. It involves the following packages:
@micsucmed, @nothingface0, @emanueleusai, @clacaputo, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @mandrenguyen, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Hello, @perrotta . Yesterday I was able to run the fixes you requested (without the code improvements you introduce here) in branch CTPPS/cmssw:fo_nt2_mapfix , which also contained some bugfixes to be able to read newly produced T2 test files from this Friday, so now I extracted only part you asked for to branch master...CTPPS:cmssw:fo_nt2_bugfix2 , for which at least the New T2 unit test in RecoPPS/Local runs successfully. I'll try out your code next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see some noncapitalized "false" here too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @oljemark , fixed now
36bbd74
to
a459714
Compare
Please fill free to take whatever you want from this PR and use with your own: the "official" @cms-sw/ctpps-dpg-l2 code will supersede this fix when ready, if you think so |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41785/35663
|
Pull request #41785 was updated. @micsucmed, @nothingface0, @emanueleusai, @clacaputo, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @mandrenguyen, @rvenditti can you please check and sign again. |
# if non-zero, prints a per-VFAT error summary at the end of the job | ||
printErrorSummary = cms.untracked.uint32(0), | ||
# prints a per-VFAT error summary at the end of the job | ||
printErrorSummary = cms.untracked.bool(false), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see some here too.
a459714
to
c38b64e
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41785/35664
|
+reconstruction |
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) |
hold |
Pull request has been put on hold by @perrotta |
@oljemark this is now fully signed. Please let us know if it can be merged as such, or if you have another PR ready to be submitted that can supersede this one |
I think that is an unreachable ROOT file. When running On the other hand, the cmsbot on Jenkins tries to access that file via |
Already included in (and therefore superseded by) #41859 |
PR description:
(This replaces #41784 that I somehow messed up)
Fix a few parameters in PPS RawToDigiConverter:
While doing so I also:
This is a follow up of the #41777 (comment) posted when merging PR #41777
PR validation:
It builds and a few matrix workflows run
@oljemark @forthommel and https://github.com/orgs/cms-sw/teams/ctpps-dpg-l2 please check that this actually corresponds to what you need (nothing should change in the final results with respect to the code currently merged in the master release). I did not try the totemt2_dqm_test because I miss some input: could you please give it a try and report if you get any error from it?