-
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
Fix PixelTrackCleanerWrapper for quadruplet SeedingHitSet #4372
Fix PixelTrackCleanerWrapper for quadruplet SeedingHitSet #4372
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_6_2_X_SLHC. Fix PixelTrackCleanerWrapper for quadruplet SeedingHitSet It involves the following packages: RecoPixelVertexing/PixelTrackFitting @nclopezo, @cmsbuild, @Degano, @StoyanStoynev, @slava77 can you please review it and eventually sign? Thanks. |
ping... |
I just started it. On 26 Jun 2014, at 14:48, Vincenzo Innocente wrote:
|
merge |
…slhc Fix PixelTrackCleanerWrapper for quadruplet SeedingHitSet
…merging) Forward-ported from commit 5e3fd84 of cms-sw#4372
PixelTrackCleanerWrapper assumed SeeingHitSets have 2 or 3 hits, resulting in pixel tracks that have 3 hits although they were reconstructed from quadruplets. Fixed by storing also the 4th hit if there is one.
Should not affect on pt/eta/etc of pixel tracks because the cleaning is done after the fit, but distributions sensitive to the number of hits may be affected.
FYI @thokc @cerati @rovere @VinInn