-
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
Run4-hgx306 Backport the bugfix to HGCal geometry from the PR's 37330 and 37460 #37466
Conversation
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for CMSSW_12_3_X. It involves the following packages:
@civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @AdrianoDee, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8b1689/23660/summary.html Comparison SummarySummary:
|
+1 |
+Upgrade This is a backport PR. It should be useful for Phase-2 production for L1-HLT. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. 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) |
backport of #37330 |
@@ -10,6 +10,7 @@ | |||
#include "Geometry/HGCalCommonData/interface/HGCalGeomParameters.h" | |||
#include "Geometry/HGCalCommonData/interface/HGCalGeomTools.h" | |||
#include "Geometry/HGCalCommonData/interface/HGCalGeometryMode.h" | |||
#include "Geometry/HGCalCommonData/interface/HGCalCell.h" |
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.
This addition is not needed, unless you also backport #37374
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.
The extra include is removed
@cmsbuild Please test |
Pull request #37466 was updated. @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @AdrianoDee, @srimanob can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8b1689/23728/summary.html Comparison SummarySummary:
|
+1 |
@srimanob you already signed this once, I think latest additions (a couple of test files, as in the master) should be rather innocuos: we are waiting anyhow for your further signature before merging this backport in 12_3_X |
+Upgrade This is a backport PR which should be useful for comping production of Phase-2. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. 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:
Backport the bugfix to HGCal geometry from the PR's 37330 and 37460 which calculates the corners of the cells in the rotated layers correctly
PR validation:
Use the runTheMatrix test workflows and some code in the test area of Geometry/HGCa;Geometry
.#### if this PR is a backport please specify the original PR and why you need to backport that PR:
The PR #37330 is merged with the master. The PR #37460 only takes care of comments suggested by Andreas while merging #37330