-
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
Use pixel seed extension for phase1 in initialStep #14621
Use pixel seed extension for phase1 in initialStep #14621
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_8_1_X. It involves the following packages: RecoTracker/IterativeTracking @cmsbuild, @cvuosalo, @slava77, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
@cmsbuild , please test |
The tests are being triggered in jenkins. |
in 10224 on 100 events: there are a few more gedGsfElectrons and they are apparently with smaller fbrem Charged hadron yield reduces at higher eta (much smaller effect in generalTracks) as expected in the PR description: there is a migration from highPtTripletStep to initialStep in generalTracks The effect on electron seeds is even larger in ZEE PU35 sample 10225 There is some decrease in fakes+dups in generalTracks Before signing, I wanted to check if the large effect on electron seeding is intended. |
Thanks @slava77 for pointing it out. Electron seeds become shorter because they use |
@makortel remind me, please, what are the selections for TP in the gsf MTV. |
@slava77 For efficiencies, first only TrackingParticles with Fake and duplicate rates are calculated wrt. all (also non-electron) TrackingParticles. |
+1
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
The title says it all. The change was discussed and agreed in May 9 TRK POG meeting
https://indico.cern.ch/event/527844/contributions/2161117/attachments/1269921/1881271/slides_phase1_20160509.pdf
The main point is to exercise regularly the pixel seed extension code from #14356. For 2017 production we may revert this and go back to "quadruplets by triplet propagation" also in initialStep.
Please find below MultiTrackValidator plots with 1000 TTbar+PU35 events showing the effect of this PR on top of 8_1_0_pre5+#14545 (strip alignment as in
run2_asymptotic
GT)https://mkortela.web.cern.ch/mkortela/tracking/validation/CMSSW_8_1_0_pre5_pse/
Tested in CMSSW_8_1_X_2016-05-24-1100, non-2017 workflows should have no effect. 2017 workflows should have small effect on the level of generalTracks (mainly decrease of duplicate rate), while initialStep and highPtTripletStep have larger changes (mainly migration from highPtTripletStep to initialStep).
@rovere @VinInn