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

Clean BuildFiles in RecoHI and RecoLocalMuon #28972

Merged
merged 2 commits into from Feb 21, 2020
Merged

Clean BuildFiles in RecoHI and RecoLocalMuon #28972

merged 2 commits into from Feb 21, 2020

Conversation

guitargeek
Copy link
Contributor

PR description:

Another quick round of automatic BuildFile.xml cleaning to improve the modularity of CMSSW.

PR validation:

CMSSW compiles. It was checked that all newly added dependencies are actually required by the package with git grep.

@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-28972/13804

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

RecoHI/HiCentralityAlgos
RecoHI/HiEgammaAlgos
RecoHI/HiEvtPlaneAlgos
RecoHI/HiMuonAlgos
RecoHI/HiTracking
RecoLocalMuon/CSCEfficiency
RecoLocalMuon/CSCRecHitD
RecoLocalMuon/CSCValidation
RecoLocalMuon/GEMRecHit
RecoLocalMuon/RPCRecHit

@perrotta, @cmsbuild, @kpedro88, @slava77 can you please review it and eventually sign? Thanks.
@echapon, @abbiendi, @MiheeJo, @jazzitup, @jshlee, @bellan, @yenjie, @jhgoh, @kurtejung, @ptcox, @mandrenguyen, @dgulhan, @yetkinyilmaz this is something you requested to watch as well.
@davidlange6, @silviodonato, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented Feb 17, 2020

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 17, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4704/console Started: 2020/02/17 14:46

@cmsbuild
Copy link
Contributor

+1
Tested at: 2878068
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-160e13/4704/summary.html
CMSSW: CMSSW_11_1_X_2020-02-17-1100
SCRAM_ARCH: slc7_amd64_gcc820

@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-160e13/4704/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: 2694005
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2693658
  • DQMHistoTests: Total skipped: 346
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@kpedro88
Copy link
Contributor

+upgrade

<use name="CondCore/DBOutputService"/>
<use name="CondFormats/DataRecord"/>
<use name="RecoHI/HiCentralityAlgos"/>
<use name="clhep"/>
<use name="SimDataFormats/TrackingAnalysis"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like a fake dependency.
May I ask you to cleanup the includes in RecoHI/HiEvtPlaneAlgos/src/HiEvtPlaneFlatProducer.cc which apparently does not need anything from Sim*.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, these Sim dependencies in Reco are not really good. I'll remove it.

@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-28972/13843

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

Pull request #28972 was updated. @perrotta, @cmsbuild, @kpedro88, @slava77 can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Feb 19, 2020

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 19, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4790/console Started: 2020/02/19 22:34

@cmsbuild
Copy link
Contributor

+1
Tested at: 58e74e3
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-160e13/4790/summary.html
CMSSW: CMSSW_11_1_X_2020-02-19-1100
SCRAM_ARCH: slc7_amd64_gcc820

@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-160e13/4790/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: 2694086
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2693766
  • DQMHistoTests: Total skipped: 319
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@slava77
Copy link
Contributor

slava77 commented Feb 20, 2020

+1

for #28972 58e74e3

  • code changes are in line with the PR description and the follow up review: cleanup of dependencies and some unused files or includes
  • jenkins tests pass and comparisons with the baseline show no differences

@kpedro88
Copy link
Contributor

+upgrade

@cmsbuild
Copy link
Contributor

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

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit b546431 into cms-sw:master Feb 21, 2020
@guitargeek guitargeek deleted the unused_RecoHI_RecoLocalMuon_deps branch February 21, 2020 17:35
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.

None yet

5 participants