-
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
Fix HGCAL Geometry - Revert norot
back to False in locateCell()
#45782
Conversation
cms-bot internal usage |
@cmsbuild please test |
@cms-sw/hgcal-dpg-l2 @bsunanda @cms-sw/upgrade-l2 fyi |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45782/41509 |
A new Pull Request was created by @waredjeb for master. It involves the following packages:
@Dr15Jones, @bsunanda, @civanch, @makortel, @mdhildreth, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@waredjeb please open a GitHub issue fully explaining the problem. |
type hgcal, geometry, bugfix |
type hgcal |
type bug-fix |
-1 Failed Tests: RelVals-INPUT
RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
@cmsbuild please test |
+geometry |
@srimanob please approve this PR and this is one line fix to the geometry code of HGCal. Let it be integrated fast |
@cmsbuild Please test |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
urgent |
-1 Failed Tests: RelVals-INPUT
RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
@cmsbuild ignore tests-rejected with ib-failure |
+1 |
This PR aims to fix a problem introduce with #45366, where the
norot
value in one call oflocateCell
has been flipped to True (thanks @fwyzard for spotting it).This caused some problems in the correct position of the DetId on some Layers of HGCAL. We noticed the problem by inspecting some events using Fireworks.
Visualizing events produced with CMSSW_14_1_0_pre6 with the D99 geometry, with a dump of the Reco geometry done using CMSSW_14_1_0_pre1 (currently impossible to dump the geometry in CMSSW_14_1_0_pre6) we noticed some strange behaviour in the TICL Tracksters reconstruction. In [1] you can see how some of the LayerCluster are rotated with respect to the position of the Rechits.
Inspecting in more details the problem we decided to dump the position of one of these DetIds in the different releases
You can clearly see that in 14_1_0_pre6 the detId is rotated by 30 degrees. This is fixed with this PR as you can see in Fix_14_1_0_pre6 . In [2] you can see the event display after the fix
[1]
[2]
@felicepantaleo FYI