-
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
Fix crashing bug in reco when run with XML geometry #29741
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29741/15146
|
A new Pull Request was created by @cvuosalo (Carl Vuosalo) for master. It involves the following packages: Validation/MuonGEMDigis @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type bugfix |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@ianna FYI. I found out that GEM super chambers are missing because reco was crashing when I ran it using XML geometry. This PR prevents the crash but does not address the missing super chambers. |
@dildick - FYI |
@jshlee Do you know why GEM superchambers are missing? Is it picking up the slice test configuration? |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
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. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
When reco for the Extended2021 scenario was run with geometry from XML instead of the DB, it was crashing due to missing GEM super chambers. The validation code was referencing GEM super chambers even if they didn't exist, thus causing the crash.
This bug fix adds protection in the validation code to make sure that null or empty objects are not dereferenced.
The issue of the missing GEM super chambers requires further investigation. This PR is just a first step that allows reco to run to completion without crashing. The next step is to examine the plots derived from reco to try to understand what is missing from the GEMs.
PR validation:
The 11634.0_TTbar_14TeV+TTbar_14TeV_TuneCP5_2021 reco step was tested using XML geometry and a second time with DB geometry, and it ran successfully.
No backport is needed.