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

Remove duplicate label definition #32785

Merged
merged 1 commit into from Feb 3, 2021
Merged

Conversation

lecriste
Copy link
Contributor

@lecriste lecriste commented Feb 1, 2021

PR description:

This PR removes a duplication of label definitions. No changes are expected in the output.

PR validation:

runTheMatrix -l limited

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 1, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32785/20952

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 1, 2021

A new Pull Request was created by @lecriste (Leonardo Cristella) for master.

It involves the following packages:

SimDataFormats/Associations
Validation/HGCalValidation

@andrius-k, @kmaeshima, @ErnestaP, @ahmad3213, @cmsbuild, @jfernan2, @mdhildreth, @civanch, @rvenditti can you please review it and eventually sign? Thanks.
@vandreev11, @sethzenz, @bsunanda, @rovere, @lgray, @cseez, @apsallid, @pfs, @hatakeyamak, @fabiocos 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

@jfernan2
Copy link
Contributor

jfernan2 commented Feb 2, 2021

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 2, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0906d8/12642/summary.html
COMMIT: 96171a4
CMSSW: CMSSW_11_3_X_2021-02-01-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32785/12642/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 5 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2752926
  • DQMHistoTests: Total failures: 11
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2752893
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 156 log files, 37 edm output root files, 37 DQM output files

@civanch
Copy link
Contributor

civanch commented Feb 3, 2021

+1

@jfernan2
Copy link
Contributor

jfernan2 commented Feb 3, 2021

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

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)

@qliphy
Copy link
Contributor

qliphy commented Feb 3, 2021

+1

@cmsbuild cmsbuild merged commit dc7f2af into cms-sw:master Feb 3, 2021
@@ -1,12 +1,8 @@
import FWCore.ParameterSet.Config as cms
from Validation.HGCalValidation.HGCalValidator_cfi import hgcalValidator
Copy link
Contributor

Choose a reason for hiding this comment

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

A DataFormat package should not depend on Validation package (even on python level). If a dependence between two packages is needed, the dependence should go in the other direction.

Written that, a DataFormat package should not define plugins (e.g. EDProducers). By quick look SimCalorimetry/HGCalAssociatorProducers could be a reasonable place for the producers.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@makortel thanks for the comment.
By moving the plugin definition into
SimCalorimetry/HGCalAssociatorProducers, can I keep the dependency on Validation package there or shall I still swap the dependency direction?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think also there the dependence should go by Validation depending on Simulation.

@lecriste lecriste mentioned this pull request Feb 4, 2021
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

6 participants