Skip to content
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

Cleanup of EgammaHLTAlgos/Producers #27909

Merged
merged 4 commits into from
Sep 9, 2019
Merged

Cleanup of EgammaHLTAlgos/Producers #27909

merged 4 commits into from
Sep 9, 2019

Conversation

guitargeek
Copy link
Contributor

PR description:

Part of the occasional Egamma cleanup PRs.

As briefly discussed in #23743 (comment), there are many classes in RecoEgamma/EgammaHLTProduces that are outdated and in the queue for the Egamma cleanups.

This PR suggests 3 things:

  1. Remove unused plugins in EgammaHLTProducers
  2. Merge the .h and .cc files of the remaining plugins and put them into the plugin directory
  3. Remove the RecoEgamma/EgammaHLTAlgos package since only two classes in that package are still used at this point:
    • EgammaHLTPixelMatchElectronAlgo: only used in EgammaHLTProducers/plugins anyway so it should just go there
    • EgammaHLTTrackIsolation: used not only in EgammaHLTProducers but also in DQMOffline/Trigger. As an isolation algo, it was moved to RecoEgamma/EgammaIsolationAlgos since both packages that use EgammaHLTTrackIsolation already depend on the EgammaIsolationAlgos package anyway.

PR validation:

CMSSW compiles and local matrix tests run.

if this PR is a backport please specify the original PR:

No backport intended.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27909/11716

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @guitargeek (Jonas Rembser) for master.

It involves the following packages:

DQMOffline/Trigger
EventFilter/EcalRawToDigi
RecoEgamma/EgammaHLTAlgos
RecoEgamma/EgammaHLTProducers
RecoEgamma/EgammaIsolationAlgos
Utilities/ReleaseScripts

@perrotta, @smuzaffar, @andrius-k, @Dr15Jones, @kmaeshima, @fwyzard, @schneiml, @Martin-Grunewald, @cmsbuild, @jfernan2, @fioriNTU, @slava77 can you please review it and eventually sign? Thanks.
@Sam-Harper, @battibass, @mtosi, @jainshilpi, @jhgoh, @argiro, @Martin-Grunewald, @calderona, @HuguesBrun, @wddgit, @lgray, @trocino, @varuns23, @folguera, @rociovilar this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented Aug 31, 2019

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 31, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2289/console Started: 2019/08/31 15:50

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7f748f/2289/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2955700
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2955358
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 145 log files, 15 edm output root files, 34 DQM output files

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 1, 2019

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2325/console Started: 2019/09/03 11:48

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7f748f/2325/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2955700
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2955358
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 145 log files, 15 edm output root files, 34 DQM output files

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 3, 2019

+1

@perrotta
Copy link
Contributor

perrotta commented Sep 4, 2019

+1

  • removal of unused HLT related code and cleaning of a few more is implemented as planned
  • jenkins tests pass and show no differences, and give no hints of any remaining usage of the removed code

@Martin-Grunewald
Copy link
Contributor

+1

@Dr15Jones
Copy link
Contributor

+1
for Utilities/ReleaseScripts

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 9, 2019

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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

fabiocos commented Sep 9, 2019

+1

@cmsbuild cmsbuild merged commit 747a9c4 into cms-sw:master Sep 9, 2019
@guitargeek guitargeek deleted the EgammaHLT branch September 9, 2019 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants