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

remove outlier rejection from mergedDuplicateTracks #11625

Closed
wants to merge 1 commit into from

Conversation

VinInn
Copy link
Contributor

@VinInn VinInn commented Oct 3, 2015

Outlier rejection was essentially defeating the intentions of the mergedDuplicate algorithm.
The effect of this PR can be seen (for TTBAR 13TeV 25s 35PU aka 25202.0) in
http://innocent.home.cern.ch/innocent/RelVal/dup/plots_summary_highPurity/summary.pdf
more details
http://innocent.home.cern.ch/innocent/RelVal/dup/plots_highPurity/effandfake1.pdf
http://innocent.home.cern.ch/innocent/RelVal/dup/plots_highPurity/dupandfake1.pdf
etc
my interpretation is that MergeDuplicate merges PixelLess and TobTec with PixelSeeded (that’s the intention).
So we have less good tracks in particular in PixelLess and TobTec while fakes are not merged and stays the same.
At the end efficiency decreases (good duplicates are not accounted twice anymore), fake-rate increases (denominator is smaller)

The new tracks are of a "lower quality" (longer but with a higher chi2), but again this is in the intention of the algorithm

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2015

A new Pull Request was created by @VinInn (Vincenzo Innocente) for CMSSW_7_6_X.

remove outlier rejection from mergedDuplicateTracks

It involves the following packages:

RecoTracker/FinalTrackSelectors

@cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks.
@ghellwig, @makortel, @GiacomoSguazzoni, @rovere, @VinInn, @mschrode, @istaslis, @gpetruc, @cerati, @dgulhan this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@slava77
Copy link
Contributor

slava77 commented Oct 3, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 3, 2015

@slava77
Copy link
Contributor

slava77 commented Oct 5, 2015

Here are some observations based on tests in CMSSW_7_6_X_2015-09-29-0900+ #11492 as a baseline (by now this is the IB baseline):

  • the effect is the most significant in high-pt jet sample
  • ttbar with PU and other "non-extreme" samples show behavior similar to or even less significant than in 25202

Duplicate rate indeed goes down as expected:
wf202 (run1 ttbar with PU; more similar to current run2 PU)
wf202_dups_general_vs_eta

1338 (dijet flat spectrum up to 3 TeV): for some reason the reduction in dup rate is not symmetric, but this may be stat fluctuation
wf1338_dups_general_vs_eta
1313 (3 TeV dijet)
wf1313_dups_general_vs_eta

The efficiency, however gets worse:

  • wf 202 (and others) show decrease in efficiency at low number of hits (nothing visible at high pt).
    wf202_general_hp_vs_hit
  • wf 1313 shows loss in efficiency at high pt or/and closer to the core of the jet; as well as with increasing displacement
    wf1313_eff_general_vs_pt
    wf1313_eff_general_vs_dr
    wf1313_eff_general_vs_vtxpos

It looks like some tuning may be needed to reduce the effect on efficiency.
In the past a similar loss of efficiency (maybe a bit larger than the one observed here) was a reason to revert changes in tracking. So, I can't sign without some more arguments.

A regular set of tracking pre-validation plots is necessary to be more conclusive about the proposed change.

@slava77
Copy link
Contributor

slava77 commented Oct 8, 2015

@VinInn @makortel
please comment.
If the loss of efficiency seems significant, please close this PR.

@VinInn VinInn closed this Oct 11, 2015
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.

3 participants