-
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
Clean up ME0MuonTrackCollProducer #31386
Clean up ME0MuonTrackCollProducer #31386
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31386/18224
|
A new Pull Request was created by @perrotta for master. It involves the following packages: CommonTools/RecoAlgos @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
The tests are being triggered in jenkins.
|
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Sorry for coming back to this a bit late... We are investigating with the GEM community about the use of this ME0-related code, especially ME0MuonSelector of PR #31190 . It may be used — even just in private code — for Phase-II studies. Anyway we will consider how to clean it up, e.g. by merging the ME0MuonSelector with the standard MuonSelectors in DataFormats/MuonReco. |
Thank you Daniele @trocino : I have opened issue #31424 to keep track of it |
@smuzaffar The duplicate dictionary checker is now complaining that
https://cmssdt.cern.ch/SDT/cgi-bin/showDupDict.py//slc7_amd64_gcc820/www/thu/11.2-thu-11/CMSSW_11_2_X_2020-09-10-1100/testLogs/dupDict-edmPD.log But should a file being moved out from a package result that package be built in a patch build? |
@makortel , correct , full build should fix this and yes the package from which the file was removed is rebuild in the patch release. But as the dict checking script reads .edmplugincache files (both from patch and full release) to get the list of dicts ( https://github.com/cms-sw/cmssw/blob/master/Utilities/ReleaseScripts/scripts/duplicateReflexLibrarySearch.py#L249 ) that is why it sees both definitions . I think we can improve it by not reading the plugins which are defined in .poisonededmplugincache. |
Thanks, I didn't realize the script was using
Sounds good, thanks. |
PR description:
While reviewing #31190 some possible further cleaning was pointed out in #31190 (comment)
Before forgetting about it, here are the simplifications proposed for the code (plus a few additional ones)
Of course, we wish that some heavier cleaning with the removal from the CMSSW release of all unused ME0 related files can be done at some point: @jshlee @watson-ij @ArnabPurohit @trocino
PR validation:
It compiles
No changes expected