-
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-hgx337B Try to solve the cassette shift issue and fix a bug in Geometry/HGCalCommonData #41380
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41380/35242
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-41380/35244
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@civanch, @Dr15Jones, @bsunanda, @makortel, @mdhildreth, @cmsbuild, @AdrianoDee, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41380/35245
|
@civanch
Could you please have a look, and maybe provide the follow up PR? Thanks. |
test parameters:
|
@cmsbuild please test Re-trigger the test with workflow that shows an issue. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dc3d0f/32082/summary.html Comparison SummarySummary:
|
@srimanob , this static analyzer warning is false positive. It has nothing to do with multi-threading but is status change of G4Track, which normally should not be done in sensitive detector class. However, this does not contradict to Geant4 tracking. I will have a look in this place without any guarantee that the warning may be removed. |
+Upgrade Workflow 25234.911 is running fine now, |
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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Well, the error does not reproduce alway even in the IBs... We'll verify only once this is merged whether it got fixed, or not. @bsunanda , since this PR contains a bug fix, could you please add in the PR description, for documentation purposes:
Since, as you write this PR contains something else than that fix, please also describe it in the PR description. And yes, if the bug is there already in 13_0_X (not clear to me until you explain what was the bug and with which PR was it introduced), a backport is in order: thank you. |
@perrotta Try to estimate phi before using it to find the cassette number of the scintillator |
@perrotta Do you still have the segmentation violation? I believe that the phi is now computed correctly before using it in getting the cassette number. Please merge this PR and let me know if the bug-fix part should be back ported or not |
Hi @bsunanda @perrotta @rappoccio |
+1 Let's see if the segfaults show up after merging this. We will still need the backport for 13_0 for the big fix. |
…take care of the segmentation fault for 25234.911
Phase2-hgx337C Backport the bugfix from #41380 to CMSSW_13_0_X in Geometry/HGcalCommonData to take care of the segmentation fault for 25234.911
…take care of the segmentation fault for 25234.911
…take care of the segmentation fault for 25234.911
PR description:
Try to solve the cassette shift issue in Geometry/HGCalCommonData
PR validation:
Use the script in Validation/HGCalValidation
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Nothing special