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

Fix non-compiling code triggered by EDM_ML_DEBUG flag #29283

Merged
merged 18 commits into from
Mar 31, 2020

Conversation

fabiocos
Copy link
Contributor

PR description:

This PR addresses the failures discussed in #29250 . In several cases the fix looks obvious, in others I have done what looked to me a reasonable choice. I have the feeling that most of this code was not really tested (otherwise people would notice the problems) and it is unused since long time.

PR validation:

USER_CXXFLAGS="-g -D=EDM_ML_DEBUG" scram b --reset runs successfully.

fabiocos added 17 commits March 23, 2020 17:30
…nd SimTransport/PPSProtonTransport/src/ProtonTransport.cc
@perrotta
Copy link
Contributor

+1

  • Technical fixes
  • Jenkins tests pass

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c7b579/5359/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: 2692493
  • DQMHistoTests: Total failures: 29
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2692145
  • 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

@civanch
Copy link
Contributor

civanch commented Mar 25, 2020

+1

@jfernan2
Copy link
Contributor

+1

@fabiocos
Copy link
Contributor Author

@christopheralanwest @tlampen @ggovi @kpedro88 comments or suggestions?

@kpedro88
Copy link
Contributor

+upgrade
thanks for fixing these!

@tocheng
Copy link
Contributor

tocheng commented Mar 26, 2020

+1

@fabiocos
Copy link
Contributor Author

@ggovi the update to CondFormats looks trivial, as the removed variable is not even declared, likely a left-over of some very old development.

@silviodonato
Copy link
Contributor

merge
@ggovi nRecHitsUsedEdge_ is not even defined in SiPixelUtils

@cmsbuild cmsbuild merged commit 61ea698 into cms-sw:master Mar 31, 2020
@fabiocos fabiocos deleted the fc-fixlogdebug branch March 31, 2020 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment