-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Conversation
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. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
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):
Duplicate rate indeed goes down as expected: 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 The efficiency, however gets worse:
It looks like some tuning may be needed to reduce the effect on efficiency. A regular set of tracking pre-validation plots is necessary to be more conclusive about the proposed change. |
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