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

Modernized ES modules in TrackingTools/TrackFitters #27003

Merged
merged 5 commits into from Jun 4, 2019

Conversation

Dr15Jones
Copy link
Contributor

@Dr15Jones Dr15Jones commented May 29, 2019

PR description:

  • added consumes to modules
  • switched to using ESGetTokens
  • applied code formatting

PR validation:

Code compiles

@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-27003/10062

  • This PR adds an extra 32KB to repository

@Dr15Jones
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 29, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/598/console Started: 2019/05/29 23:05

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

TrackingTools/TrackFitters

@perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@battibass, @makortel, @felicepantaleo, @abbiendi, @GiacomoSguazzoni, @jhgoh, @VinInn, @calderona, @HuguesBrun, @ebrondol, @rovere, @gpetruc, @bellan, @trocino, @dgulhan, @folguera 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

@Dr15Jones
Copy link
Contributor Author

part of #26748

@cmsbuild
Copy link
Contributor

@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-24f627/598/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3210728
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3210393
  • 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

@VinInn
Copy link
Contributor

VinInn commented May 30, 2019

mixing massive code formats with actual code changes makes it impossible to review

@Dr15Jones
Copy link
Contributor Author

@VinInn the format was done on a separate commit. It is possible to add comments to individual commits which would allow you to see just the code changes.

@slava77
Copy link
Contributor

slava77 commented May 30, 2019

the commits are separated
so
https://github.com/cms-sw/cmssw/pull/27003/files/c4ef96fe433d92406c4d5668b5d12833c130d4be..8475148a422fe4b9d3340c9ea82fc89df6b47f20
is the easy to read part and allows for comments

@slava77
Copy link
Contributor

slava77 commented May 31, 2019 via email

@perrotta
Copy link
Contributor

perrotta commented Jun 4, 2019

+1

  • Technical
  • Jenkins tests pass and show no differences wrt baseline

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 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)

theErrorRescaling(errorRescaling),
minHits_(minHits),
theGeometry(
nullptr) { // to be fixed. Why this first constructor is needed? who is using it? Can it be removed?
Copy link
Contributor

Choose a reason for hiding this comment

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

this might be fixed...

if (it->recHitR().isValid())
break;
tmpTraj.push(std::move(*it),
smoothed.chiSquared()); //push the first valid measurement and set the same global chi2
Copy link
Contributor

Choose a reason for hiding this comment

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

this as well...

@fabiocos
Copy link
Contributor

fabiocos commented Jun 4, 2019

+1

@cmsbuild cmsbuild merged commit 3daca04 into cms-sw:master Jun 4, 2019
@Dr15Jones Dr15Jones deleted the consumesTrackFitters branch June 14, 2019 18:05
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