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

[RECONSTRUCTION] fixes needed to build cxxmodules #26958

Merged
merged 2 commits into from
Jun 1, 2019
Merged

[RECONSTRUCTION] fixes needed to build cxxmodules #26958

merged 2 commits into from
Jun 1, 2019

Conversation

smuzaffar
Copy link
Contributor

PR description:

  • Added missing dependencies in BuildFiles.
  • Cleanup unused include statements.
DataFormats/CaloRecHit/interface/CaloCluster.h:#include "DataFormats/Math/interface/Point3D.h"

DataFormats/EcalRecHit/interface/EcalUncalibratedRecHit.h:#include "DataFormats/EcalDigi/interface/EcalDataFrame.h"

DataFormats/EgammaReco/interface/BasicClusterFwd.h:#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h"
DataFormats/EgammaReco/interface/PreshowerClusterShapeFwd.h:#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h"
DataFormats/EgammaReco/interface/PreshowerClusterFwd.h:#include "DataFormats/EcalRecHit/interface/EcalRecHitCollections.h"

DataFormats/ParticleFlowCandidate/interface/PFCandidate.h:#include "DataFormats/MuonReco/interface/Muon.h"
DataFormats/ParticleFlowCandidate/interface/PFCandidate.h:#include "DataFormats/MuonReco/interface/MuonFwd.h"
DataFormats/ParticleFlowCandidate/src/PFCandidate.cc:#include "DataFormats/MuonReco/interface/Muon.h"

DataFormats/RecoCandidate/src/classes.h:#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
DataFormats/RecoCandidate/src/classes.h:#include "DataFormats/HcalRecHit/interface/HcalRecHitDefs.h" 
DataFormats/RecoCandidate/interface/TrackAssociation.h:#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
DataFormats/RecoCandidate/interface/TrackAssociation.h:#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"

DataFormats/TrackReco/interface/DeDxHitInfo.h:#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"

DataFormats/TrackerRecHit2D/interface/ClusterRemovalRefSetter.h:#include "FWCore/Framework/interface/ConsumesCollector.h"
DataFormats/TrackerRecHit2D/interface/ClusterRemovalRefSetter.h:#include "FWCore/Framework/interface/Event.h"

DataFormats/TrackingRecHit/interface/TrackingRecHit.h:#include "DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h"
DataFormats/TrackingRecHit/interface/AlignmentPositionError.h:#include "DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h"

@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-26958/10006

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master.

It involves the following packages:

DataFormats/CaloRecHit
DataFormats/EcalRecHit
DataFormats/EgammaCandidates
DataFormats/EgammaReco
DataFormats/ParticleFlowCandidate
DataFormats/RecoCandidate
DataFormats/TrackReco
DataFormats/TrackerCommon
DataFormats/TrackerRecHit2D
DataFormats/TrackingRecHit

@perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@VinInn, @Sam-Harper, @makortel, @jainshilpi, @cbernet, @rovere, @argiro, @gouskos, @hatakeyamak, @gpetruc, @lgray, @varuns23, @bachtis 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

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 27, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/534/console Started: 2019/05/27 17:16

@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-b153a2/534/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3209232
  • DQMHistoTests: Total failures: 3
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3208895
  • DQMHistoTests: Total skipped: 334
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 32 files compared)
  • Checked 137 log files, 14 edm output root files, 33 DQM output files

@@ -43,7 +43,7 @@
#include "DataFormats/SiStripDigi/interface/SiStripProcessedRawDigi.h"
#include "DataFormats/Common/interface/DetSetVector.h"

#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
//#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
Copy link
Contributor

Choose a reason for hiding this comment

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

please drop the commented out line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@slava77
Copy link
Contributor

slava77 commented May 31, 2019

@smuzaffar
Please follow up or comment on
#26958 (review)
Thank you.

@cmsbuild
Copy link
Contributor

Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped)

@slava77
Copy link
Contributor

slava77 commented Jun 1, 2019

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/677/console Started: 2019/06/01 05:57

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2019

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3210678
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3210343
  • DQMHistoTests: Total skipped: 334
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 32 files compared)
  • Checked 137 log files, 14 edm output root files, 33 DQM output files

@slava77
Copy link
Contributor

slava77 commented Jun 1, 2019

+1

for #26958 029bfa3

  • technical
  • jenkins tests pass

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 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 Jun 1, 2019

+1

@cmsbuild cmsbuild merged commit c3a02bd into cms-sw:master Jun 1, 2019
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.

4 participants