-
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
Phase-2 Inner Tracker: combined backport of 33495 and 33508 #33792
Phase-2 Inner Tracker: combined backport of 33495 and 33508 #33792
Conversation
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_11_3_X. It involves the following packages: Configuration/AlCa @perrotta, @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @fwyzard, @kpedro88, @Martin-Grunewald, @srimanob, @tlampen, @slava77, @jpata, @cmsbuild, @pohsun, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
@@ -129,11 +129,26 @@ def customiseFor2018Input(process): | |||
|
|||
return process | |||
|
|||
def customiseFor33495(process): |
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 be customiseFor33792.
However, could this customisation and changes in this file just be removed, and the parameters in question be labelled "obsolete" in fillDescriptions of the plugins, such that configs containing them would still work?
Reason is that online does not use this customisation, and we also do not want to break old 11_3 menus.
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.
@Martin-Grunewald, commit 2044fd5 addresses your comment and incidentally remove the HLT pending flag.
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.
@mmusich Thanks a lot, Marco!
…emplate reco failures. Also cleanup naming of some pixel CPE configuration parameters
…o's fail without track angles
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f1aee1/15201/summary.html Comparison SummarySummary:
|
0025d48
to
00c6104
Compare
Pull request #33792 was updated. @perrotta, @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @fwyzard, @kpedro88, @Martin-Grunewald, @srimanob, @tlampen, @slava77, @jpata, @cmsbuild, @pohsun, @francescobrivio can you please check and sign again. |
00c6104
to
2044fd5
Compare
Pull request #33792 was updated. @perrotta, @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @tlampen, @kpedro88, @cmsbuild, @srimanob, @slava77, @jpata, @pohsun, @francescobrivio can you please check and sign again. |
@cmsbuild, please test |
Pull request #33792 was updated. @perrotta, @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @tlampen, @kpedro88, @cmsbuild, @srimanob, @slava77, @jpata, @pohsun, @francescobrivio can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f1aee1/15362/summary.html Comparison SummarySummary:
|
+reconstruction
|
+Upgrade (re-sign) |
@cms-sw/alca-l2 @cms-sw/pdmv-l2 Could you please and comment? We expect this to be in the next 11_3 release by early next week. Thanks. |
@cms-sw/pdmv-l2 Kindly ping. The next 11_3 release will be made by early next week, and this PR is needed. |
urgent |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a combined backport of the commit of PRs #33495 and #33508.
The changes propose here are needed to fix some minor issues with the determination of the template CPE reconstruction in the case of the Pixel 3D sensors for the Phase-2 inner tracker.
More discussion is available at: #33495 (comment).
Commit 2044fd5 removes the changes that break the current online menus in 11.3.X (introduced after #33792 (comment)).
A backport has become necessary in order to allow the production of a small set of samples for detailed POG-level checks on different phase-2 Inner Tracker sensor choices to be handled in CMSSW_11_3_X.
PR validation:
Tested and validated privately in the master branch. It compiles in the 11.3.X branch. The branch has also been tested successfully with
addOnTests.py
.if this PR is a backport please specify the original PR and why you need to backport that PR:
This is a backport of the commits of PRs #33495 and #33508.
@cms-sw/upgrade-l2 @emiglior FYI.