-
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
[MUO] Suppress excessive warnings in muon tracking at HLT #39596
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39596/32392
|
A new Pull Request was created by @khaosmos93 (Minseok Oh) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test The 12_4_X backport of this PR is relevant to HLT online operations. I kindly ask @cms-sw/reconstruction-l2 to review it with some priority. |
please abort |
please test |
-1 Failed Tests: AddOn AddOn Tests
Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7817d2/28103/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Follow-up PR for issue #39234
Demoting the warning message for an empty trajectory in
RecoMuon/GlobalTrackingTools/src/GlobalTrajectoryBuilderBase.cc
fromLogWarning
toLogDebug
.The warning mostly occurs when there are insufficient hits (< 7) to rebuild the trajectory.
No impact on muon tracking performance is expected.
PR validation:
Tested in
CMSSW_12_6_X_2022-10-03-1100
using the following menuBefore update:
After update: