-
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-hgx291 Bug fix to address rotated layers in D86 #35563
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35563/25800
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-35563/25801
|
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
Expand to see more relval errors ... |
@bsunanda Could you please write a little more information about the why and the how of this PR? Your single line, 8 words explanation is worth Ungaretti's price (si sta come d'autunno sugli alberi le foglie) 😄 It is much more practical to have the explanation linked to the PR rather than searching for a plausible cause in long and private email threads. Thanks. |
Ciao @bsunanda, Having a broken validation means I have no way of testing any PR involving geometry since I cannot trust the results of the comparisons. Moreover, before any additional PR related to geometry is submitted, we need to integrate into the |
@rovere I activated the debug switch in HGCalSimHitValidation and took out a few ID's from there and tried with the code of HGCalGeometryRotTest and I do get identical results when scale by a factor of 10 for cm->mm. Here are the results: From HGCalGeometryRotTest From SimHitValidation: From HGCalGeometryRotTest From SimHitValidation: From HGCalGeometryRotTest From SimHitValidation: From HGCalGeometryRotTest SO I DONOT SEE any issue with HGCALSimHitValidation |
Ciao @bsunanda |
+1 |
test parameters:
|
@cmsbuild please test Final test with D86 workflow, just to make sure everything runs fine before signing. The last test was done 6 days ago without D86, which is the target on this PR. |
@civanch Can you approve this PR? I wonder why Phat asked for a fresh test. All the testes Marco and I did made use of D86 geometry. I wonder what he will see in this test - only his way of including the test. |
+1 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8e57e4/19715/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+Upgrade Note:
|
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:
Bug fix to address rotated layers in D86. The changes will affect all workflows with HGCal. Mapping from position to DetId and vice versa are revised. This affects the public methods used in HGCalGeometry (getPosition, getClosestCell) and in HGCalDDDConstants (locateCell, locateCellHex, waferFromPosition, waferPosition). In the process the access method of getting position from ID is modified - earlier it was split between HGCalGeometry and HGCalDDConstant. Now it is done entirely in HGCalDDDConstants and this has affected the precision and hence there will be small changes in all earlier results.
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:
Nothing special