-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Fix SoftMuonMvaRun3Estimator for NaN chi2 (PromptReco issue) #48115
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 SoftMuonMvaRun3Estimator for NaN chi2 (PromptReco issue) #48115
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48115/44867 |
A new Pull Request was created by @gpetruc for master. It involves the following packages:
@cmsbuild, @ftorrresd, @hqucms, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
+1 |
enable nano |
please test |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
ping @cms-sw/xpog-l2 |
+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. @mandrenguyen, @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Fix the SoftMuonMvaRun3Estimator to handle cases where a muon global track chi2 is NaN, which otherwise causes the pat::XGBooster to throw an exception as if the variable had not been initialized.
See #48063
PR validation:
The usual code-format, code-checks, runtests,
runTheMatrix.py -l limited -i all --ibeos
.In 15_0_6 also tested it on the exception mentioned in the github issue #48063 from run 391884 and a similar one in the newer run 329112 ( https://cmsweb.cern.ch/t0_reqmon/data/jobdetail/PromptReco_Run392112_ParkingSingleMuon4 )
@24LopezR @llunerti