-
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
Phase2-hgx294A Add layeroffset attribute to 6-inch wafer geometry files for HGCal #36036
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36036/26491
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-36036/26492
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. 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 Failed Tests: RelVals RelVals
|
@cmsbuild Please test |
please abort To pass, you will need #36021 for now. I will retrigger the test with it. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36036/26529
|
Pull request #36036 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-471a98/20406/summary.html Comparison SummarySummary:
|
@@ -1223,6 +1228,14 @@ void HGCalGeomParameters::loadSpecParsHexagon(const cms::DDFilteredView& fv, | |||
php.cellSize_ = fv.get<std::vector<double> >(sdTag3, "CellSize"); | |||
rescale(php.cellSize_, HGCalParameters::k_ScaleFromDD4hepToG4); | |||
|
|||
// Layer Offset | |||
const auto& dummy2 = fv.get<std::vector<double> >(sdTag1, "LayerOffset"); |
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.
layerOffset
would be a more instructive name for this constant than dummy2
.
+1 |
+Upgrade |
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:
Add layeroffset attribute to 6-inch wafer geometry files for HGCal
PR validation:
Tested using the workflows for HGCal TB which uses 6-inch wafer
if this PR is a backport please specify the original PR and why you need to backport that PR:
Nothing special