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

Move PhysicsTools/PatAlgos/plugins/BaseMVAValueMapProducer.h to interface/ #31378

Merged
merged 2 commits into from Oct 3, 2020
Merged

Move PhysicsTools/PatAlgos/plugins/BaseMVAValueMapProducer.h to interface/ #31378

merged 2 commits into from Oct 3, 2020

Conversation

guitargeek
Copy link
Contributor

PR description:

Fix an illegal include of a file in a plugins directory, as reported in #30910.

The BaseMVAValueMapProducer.h is also included in PhysicsTools/NanoAOD/plugins/BJetEnergyRegressionMVA.cc. As suggested by @peruzzim, the b jet regression code should stay in NanoAOD, hence the solution to this include problem is to move PhysicsTools/PatAlgos/plugins/BaseMVAValueMapProducer.h to the interface directory.

PR validation:

CMSSW compiles.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31378/18200

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

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

It involves the following packages:

PhysicsTools/NanoAOD
PhysicsTools/PatAlgos

@perrotta, @gouskos, @cmsbuild, @fgolf, @slava77, @jpata, @mariadalfonso, @santocch, @peruzzim can you please review it and eventually sign? Thanks.
@jdamgov, @rappoccio, @gouskos, @jdolen, @ahinzmann, @smoortga, @riga, @schoef, @emilbols, @mariadalfonso, @JyothsnaKomaragiri, @nhanvtran, @gkasieczka, @clelange, @hatakeyamak, @ferencek, @gpetruc, @andrzejnovak, @peruzzim, @seemasharmafnal, @mmarionncern this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@perrotta
Copy link
Contributor

perrotta commented Sep 7, 2020

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

-1

Tested at: 87f7c5c

CMSSW: CMSSW_11_2_X_2020-09-06-2300
SCRAM_ARCH: slc7_amd64_gcc820
You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-669172/9161/summary.html

I found follow errors while testing this PR

Failed tests: HeaderConsistency

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 7, 2020

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2609667
  • DQMHistoTests: Total failures: 11
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2609633
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 34 files compared)
  • DQMHistoSizes: changed ( 10224.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 149 log files, 22 edm output root files, 35 DQM output files

@cmsbuild
Copy link
Contributor

Pull request #31378 was updated. @perrotta, @gouskos, @cmsbuild, @fgolf, @slava77, @jpata, @mariadalfonso, @santocch, @peruzzim can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Sep 30, 2020

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 30, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+1
Tested at: b75b185
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-669172/9662/summary.html
CMSSW: CMSSW_11_2_X_2020-09-29-2300
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-669172/9662/summary.html

Comparison Summary:

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

@slava77
Copy link
Contributor

slava77 commented Sep 30, 2020

+1

for #31378 b75b185

@mariadalfonso
Copy link
Contributor

+xpog
minimal update of the PatAlgos and NanoAOD dependencies

@silviodonato
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit e92f5f5 into cms-sw:master Oct 3, 2020
@guitargeek guitargeek deleted the BaseMVAValueMapProducer branch October 3, 2020 10:49
@santocch
Copy link

santocch commented Oct 4, 2020

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 4, 2020

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.

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

9 participants