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 FastSim dependecy in Validation/RecoParticleFlow/plugins/PFAnalysis.cc #32258

Merged

Conversation

silviodonato
Copy link
Contributor

@silviodonato silviodonato commented Nov 24, 2020

PR description:

This PR removes the FastSim dependency in Validation/RecoParticleFlow/plugins/PFAnalysis.cc by replacing Transform3DPJ with Transform3D from root. This PR fixes the error

  ****ERROR: Dependency violation (direct): Validation/RecoParticleFlow/plugins/PFAnalysis.cc FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h
  *Validation/RecoParticleFlow/plugins/PFAnalysis.cc (Validation/RecoParticleFlow/plugins/PFAnalysis.cc)
    *FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h (FastSimulation/CaloGeometryTools/interface/Transform3DPJ.h)

See https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc820/CMSSW_11_2_X_2020-11-23-2300/depViolationLogs/Validation/RecoParticleFlow

PR validation:

I tested ReleaseDepsChecks.pland the errors has disappeared after the fix .

@silviodonato
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32258/20024

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 24, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @silviodonato (Silvio Donato) for master.

It involves the following packages:

Validation/RecoParticleFlow

@andrius-k, @kmaeshima, @ErnestaP, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks.
@hatakeyamak 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

@@ -14,6 +14,7 @@
<use name="CommonTools/UtilAlgos"/>
<use name="Geometry/HcalTowerAlgo"/>
<use name="MagneticField/Records"/>
<use name="FastSimulation/CaloGeometryTools"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

this doesn't seem like a dependency we want? In any case it looks like Transform3DPJ.h is just copied from root - perhaps the better solution is to depend on root directly;

#26016

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks David, I've implemented your suggestion

@silviodonato
Copy link
Contributor Author

please abort

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32258/20027

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

Pull request #32258 was updated. @andrius-k, @kmaeshima, @ErnestaP, @cmsbuild, @jfernan2, @fioriNTU can you please check and sign again.

@silviodonato
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 24, 2020

The tests are being triggered in jenkins.

@silviodonato
Copy link
Contributor Author

please test
@jfernan2 that is the DD4HEP workflows, that as some problems. Let's try to run it one more time ( see #32249 )

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 24, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+1
Tested at: 71e9ea9
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c4b4ec/11006/summary.html
CMSSW: CMSSW_11_2_X_2020-11-24-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-c4b4ec/11006/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 7 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2963516
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2963481
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 36 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 158 log files, 34 edm output root files, 37 DQM output files

@jfernan2
Copy link
Contributor

+1
Thanks @silviodonato !

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

@silviodonato
Copy link
Contributor Author

+1

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

4 participants