-
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
Remove MuonToSimAssociatorBase, MuonToSimAssociatorByHits, and TrackAssociatorRecord as obsolete #34944
Remove MuonToSimAssociatorBase, MuonToSimAssociatorByHits, and TrackAssociatorRecord as obsolete #34944
Conversation
These could have been removed in cms-sw#8635. The testAssociatorRecoMuon has been dysfuntional since then.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34944/24767
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@malbouis, @civanch, @yuanchao, @kmaeshima, @tlampen, @andrius-k, @mdhildreth, @rvenditti, @cmsbuild, @jfernan2, @ahmad3213, @slava77, @jpata, @ErnestaP, @pohsun, @francescobrivio, @santocch, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-00ca3c/17879/summary.html CMS StaticAnalyzer warnings: There are 5 EventSetupRecord::get warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-00ca3c/17879/llvm-analysis/esrget-sa.txt for details. Comparison SummarySummary:
|
+alca |
+1 |
+1 |
+1
|
merge |
+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 be automatically merged. |
PR description:
The #34924 removed last ESProduct from
TrackAssociatorRecord
, so the record can be removed now (as can the full subpackage as there would be nothing left).The record was still being used in
testAssociatorRecoMuon
, but that test EDModule has been effectively dysfunctional since #8635 where all the corresponding ESProducers were removed. That EDModule, and theMuonToSimAssociatorBase
andMuonToSimAssociatorByHits
could have been removed already in #8635.Resolves cms-sw/framework-team#225.
PR validation:
Code compiles.