-
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
Phase2-hgx360R Inhibit ZDC digitization in Phase2 scenario #46720
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46720/42689 |
A new Pull Request was created by @bsunanda for master. It involves the following packages:
@civanch, @cmsbuild, @kpedro88, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
@bsunanda I'm afraid you didn't read my email (neither discussion on Mattermost)...
For the second bullet - I'll need to submit a separate PR. |
doZDCDigi = cms.bool(False), | ||
killHE = cms.bool(True) |
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.
doZDCDigi = cms.bool(False), | |
killHE = cms.bool(True) | |
doZDCDigi = False, | |
killHE = True |
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.
phase2_hgcal.toModify(hcalSimBlock, | ||
doZDCDigi = cms.bool(False), | ||
killHE = cms.bool(True) | ||
) | ||
|
||
# remove HE processing for phase 2, completely put in HGCal land |
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.
Please update also this comment, which was just copy-pasted from the previous one but it does not correspond to what actually implemented here
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46720/42725 |
Pull request #46720 was updated. @civanch, @cmsbuild, @kpedro88, @mdhildreth can you please check and sign again. |
@cmsbuild Please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46720/42726 |
Pull request #46720 was updated. @civanch, @kpedro88, @mdhildreth can you please check and sign again. |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
Thank you @bsunanda , this is fine with me |
+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. @rappoccio, @mandrenguyen, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Inhibit ZDC digitization in Phase2 scenario
PR validation:
Use the runTheMatrix test workflows
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Nothing special