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

Changed logic of dZVertex assignement #18473

Merged
merged 5 commits into from May 6, 2017
Merged

Conversation

arizzi
Copy link
Contributor

@arizzi arizzi commented Apr 26, 2017

The category PrimaryDz (CompatibilityDz in MiniAOD) is using the OR between compatibility in value and significance.
This PR changes the OR to an AND in order to avoid outliers.
Because now it is an "AND" the absolute value cut is also increased from 300um to 1mm

This is a request received long ago from VBF community and recently reported to create troubles on searches on gamma+jets samples.

@azzurrip @gpetruc @rovere @VinInn

PS: basic tests are done but we should check on larger samples before merging

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 26, 2017

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

It involves the following packages:

CommonTools/RecoAlgos

@perrotta, @cmsbuild, @slava77, @davidlange6 can you please review it and eventually sign? Thanks.
@rappoccio, @jdolen, @makortel, @abbiendi, @jhgoh, @ahinzmann, @gkasieczka this is something you requested to watch as well.
@Muzaffar, @davidlange6, @smuzaffar 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 26, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/19413/console Started: 2017/04/26 12:20

@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-18473/19413/summary.html

Comparison Summary:

  • You potentially added 28 lines to the logs
  • Reco comparison results: 2361 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1780144
  • DQMHistoTests: Total failures: 39259
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1740712
  • DQMHistoTests: Total skipped: 173
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

maxDzSigForPrimaryAssignment = cms.double(5.0), # in OR with next
maxDzForPrimaryAssignment = cms.double(0.03), # in OR with prev
maxDzSigForPrimaryAssignment = cms.double(5.0), # in AND with next
maxDzForPrimaryAssignment = cms.double(0.03), # in AND with prev
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this should be moved to 0.1 too

@slava77
Copy link
Contributor

slava77 commented Apr 26, 2017

@arizzi

  • does this change work well for PU200?

What physics observable plots can show that this change is an improvement overall (or is harmless for most analyses)?
If this study was made already, please add a link to this PR description for self-documentation.

Thank you.

@cmsbuild
Copy link
Contributor

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

@arizzi
Copy link
Contributor Author

arizzi commented Apr 27, 2017

@slava77 studies are still ongoing. This should improve performance also at 200PU (in fact it should be a larger improvemente there).

@slava77
Copy link
Contributor

slava77 commented Apr 27, 2017

@cmsbuild please test

@slava77
Copy link
Contributor

slava77 commented May 4, 2017 via email

@arizzi
Copy link
Contributor Author

arizzi commented May 4, 2017 via email

@slava77
Copy link
Contributor

slava77 commented May 4, 2017 via email

@arizzi
Copy link
Contributor Author

arizzi commented May 5, 2017 via email

@slava77
Copy link
Contributor

slava77 commented May 5, 2017 via email

@arizzi
Copy link
Contributor Author

arizzi commented May 5, 2017

sure, but do not expect another round of validation on many samples.

@slava77
Copy link
Contributor

slava77 commented May 5, 2017 via email

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2017

Pull request #18473 was updated. @perrotta, @cmsbuild, @slava77, @monttj, @davidlange6 can you please check and sign again.

@perrotta
Copy link
Contributor

perrotta commented May 5, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/19598/console Started: 2017/05/05 13:51

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2017

Comparison job queued.

@arizzi
Copy link
Contributor Author

arizzi commented May 5, 2017

I've added columns in the spreadsheet at
https://docs.google.com/spreadsheets/d/1Qbrcdya4NNhOyKFebg-EfkUEn8DxwiOSFXZXwnw2Rw8/edit#gid=1071349842
for 4 samples.
Changes are mostly non significant and anyhow positive, the only significant one is positive.

I can run on some more selected samples among those in the list if someone request for checks on particular samples

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2017

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

Comparison Summary:

  • You potentially added 11 lines to the logs
  • Reco comparison results: 4288 differences found in the comparisons
  • DQMHistoTests: Total files compared: 24
  • DQMHistoTests: Total histograms compared: 1831084
  • DQMHistoTests: Total failures: 34030
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1796874
  • DQMHistoTests: Total skipped: 180
  • DQMHistoTests: Total Missing objects: 0
  • Checked 98 log files, 14 edm output root files, 24 DQM output files

@slava77
Copy link
Contributor

slava77 commented May 5, 2017 via email

@slava77
Copy link
Contributor

slava77 commented May 5, 2017

+1

for #18473 9d480b8

  • updated logic in PV ordering and association is in line with the description
  • jenkins tests pass and comparisons with baseline show generally small differences
    • 136.731 comparisons have a bit more significant variation in btag plots: manual inspection shows that two events (out of 100 tested) have a flip in the two leading PVs with similar values of the ordering parameter. These PVs are about 10 cm apart, which just selects completely different pf charged candidates for b-tagging in these events. This is an expected random behavior.
  • extended tests results supplied with this PR Changed logic of dZVertex assignement  #18473 (comment) show overall moderate improvement in correct PV assignment

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