-
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
Reduce dependencies on RecoEgamma and requirements for RecoEgamma #28684
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28684/13255
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages: CommonTools/RecoUtils @perrotta, @kmaeshima, @benkrikler, @cmsbuild, @chayanit, @zhenhu, @fwyzard, @schneiml, @andrius-k, @pgunnell, @rekovic, @jfernan2, @fioriNTU, @Martin-Grunewald, @slava77, @santocch 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:
|
+1 |
Comparison is ready Comparison Summary:
|
+1 |
+1
|
+1 |
+1 |
+1 |
Just to avoid having to rebase once more:
|
+1 |
+1 |
merge |
PR description:
To make cmssw a bit more modular, I looked at the RecoEgamma packages and tried to remove all unused requirements. At the same time, I looked at the spots where other parts of cmssw depend on RecoEgamma and tried to remove these dependencies where possible. The ElectronIdentification and PhotonIdentification packages got special attention, and all sources in these libraries which are only used for plugins were moved into the plugins directory to make this more explicit.
PR validation:
CMSSW compiles and local matrix tests pass.
if this PR is a backport please specify the original PR:
No backport intended.