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

PUPPI tune v14 (phase-2 excluded) #29600

Merged
merged 2 commits into from May 14, 2020
Merged

Conversation

ahinzmann
Copy link
Contributor

PR description:

Followup on #28844.
Switch the master from PUPPI tune v11 to v14.
The handling of charged particles that FAIL track-vertex association by "used-in-fit" is changed to improve jet energy resolution at high pT. For those charged particles:

  1. Fall-back to vertex association by dz is disabled in |eta|<2.4.
  2. Charged particles with pT>20 are protected to never be rejected.

Also update customizer function for PUPPI tune V14 for backport to 10_6 for JME-extended-NanoAODs for UL.

PR validation:

Validation of the new tune is in the following presentations:
https://indico.cern.ch/event/905128/#35-update-on-puppi-v14
https://indico.cern.ch/event/901254/#3-ul17-puppi-v14-mc-jec
https://indico.cern.ch/event/913808/#4-updates-on-ul-17-mc-jec-for

if this PR is a backport please specify the original PR and why you need to backport that PR:

Backport to 10_6 to include into UL-reminiAOD.

@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-29600/14936

  • This PR adds an extra 16KB to repository

  • There are other open Pull requests which might conflict with changes you have proposed:

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @ahinzmann for master.

It involves the following packages:

CommonTools/PileupAlgos

@perrotta, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks.
@rappoccio, @riga, @jdolen, @gkasieczka, @hatakeyamak, @clelange this is something you requested to watch as well.
@silviodonato, @dpiparo you are the release manager for this.

cms-bot commands are listed here

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 30, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/5932/console Started: 2020/04/30 14:43

@cmsbuild
Copy link
Contributor

+1
Tested at: 096fae6
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-408939/5932/summary.html
CMSSW: CMSSW_11_1_X_2020-04-30-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-408939/5932/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6063 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2696239
  • DQMHistoTests: Total failures: 8866
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2687054
  • 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

@slava77
Copy link
Contributor

slava77 commented May 2, 2020 via email

@perrotta
Copy link
Contributor

perrotta commented May 4, 2020

As @slava77 already pointed out, you did not provide comparisons for the Phase2 config.
The change is PtMaxCharged that goes from "-1" to "20", and PtMaxNeutralsStartSlope from "0" to "20": the effect is visible in the Phase2 jenkins tests outputs. Did you validate such update for the Phase2 config? If not, shouldn't it be more advisable to stick on the current settings?

This was referenced May 6, 2020
@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-29600/15277

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

Pull request #29600 was updated. @perrotta, @cmsbuild, @santocch, @slava77 can you please check and sign again.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 11, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/6218/console Started: 2020/05/11 14:43

@cmsbuild
Copy link
Contributor

+1
Tested at: 6f15ade
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-408939/6218/summary.html
CMSSW: CMSSW_11_1_X_2020-05-11-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-408939/6218/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 5890 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2697527
  • DQMHistoTests: Total failures: 8517
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2688691
  • 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

@perrotta
Copy link
Contributor

+1

  • Move to Puppi tune v14 is applied to all Phase1 workflows,; not yet in Phase2, were the corresponding validation is still missing
  • Jenkins tests pass. Chenges are in line with the expectations, and validated independently in the JetMET POG

@silviodonato silviodonato changed the title PUPPI tune v14 PUPPI tune v14 (phase-2 excluded) May 14, 2020
@silviodonato
Copy link
Contributor

merge
FYI @santocch

@cmsbuild cmsbuild merged commit a1a39aa into cms-sw:master May 14, 2020
@santocch
Copy link

+1

@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 be automatically merged.

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