-
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
New option in CSC DigiToRaw to pack strip digis by CFEB in each chamber. #34783
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34783/24458
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34783/24459
|
A new Pull Request was created by @dildick (Sven Dildick) for master. It involves the following packages:
@perrotta, @civanch, @mdhildreth, @cmsbuild, @slava77, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@dildick @cms-sw/csc-dpg-l2 Thank you. |
@cmsbuild please test |
@slava77: Tim Cox brought this up in a CSC DPG meeting some time ago. See https://indico.cern.ch/event/1056361/contributions/4443982/attachments/2277853/3869912/210707_csc_dpg_for_csc_meeting.pdf, page 8. It was on the CSC DPG wish list IIRC. Tim might be busy all week with CRUZET data certification though. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bc8790/17551/summary.html Comparison SummarySummary:
|
As expected, no differences for CSC in tests. @slava77 Should we reinitiate the tests after setting |
Victor and I will surely take a look at the code, and we would like Sven
to advertise his work on this at a CSC meeting.
Slava Krutelyov wrote on 8/5/21 02:25:
…
@dildick <https://github.com/dildick>
please add a link to slides if this was already presented in a DPG
meeting.
@cms-sw/csc-dpg-l2 <https://github.com/orgs/cms-sw/teams/csc-dpg-l2>
please clarify if we should expect a DPG code review here or if this
was already checked before the PR was made.
Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34783 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGYLHT7NXJNUDGOPC4RMVDT3HLA7ANCNFSM5BSCZ3HQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
+1 |
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.
Should we reinitiate the tests after setting packByCFEB to True?
As far as I know, we typically don't use the bot tests for this type of validation of new features. For this feature, an offline validation of step3 in a suitable workflow could be sufficient.
I left some stylistic code comments, let's wait for the DPG's comments and a link to the presentation as well.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34783/24827
|
@jpata Can you restart the tests, please? |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bc8790/17982/summary.html Comparison SummarySummary:
|
+reconstruction
|
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
PR description:
packByCFEB
). This is how it was done in the (digital)CFEBs in Run-1 and Run-2 (and how it will be done in Run-3), but it was not implemented until now. The option is still turned off though.CSCDigiToRawAccept
, so that I can use the same functions in the unit test.PR validation:
Because
packByCFEB
is set toFalse
there should be no changes in any workflow.Tested with WF 11634.0
Also tested with
testPackingUnpackingPreTriggers_cfg.py
. To run the test, docmsRun EventFilter/CSCRawToDigi/test/testPackingUnpackingPreTriggers_cfg.py
with eitherpackByCFEB
in cscPacker_cfiTrue
orFalse
.if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A
Before submitting your pull requests, make sure you followed this checklist:
@barvic @ptcox @tahuang1991