-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New FastSim Tracker RecHit Masking #10166
New FastSim Tracker RecHit Masking #10166
Conversation
…et old masks in mask producer
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lveldere for CMSSW_7_6_X. New FastSim Tracker RecHit Masking It involves the following packages: DataFormats/TrackerRecHit2D @civanch, @lveldere, @cvuosalo, @ssekmen, @mdhildreth, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
Hi David Would you mind merging this one in? Thanks Lukas |
@davidlange6, @Degano, @smuzaffar |
+1 |
New FastSim Tracker RecHit Masking
New mechanism to mask tracker rechit combinations from track iterations,
if they were well-reconstructed in earlier iterations.
(FastTrackingMaskProducer replaces SimTrackIdProducer)
Introduced mechanism to mask single rechits,
but masks are not yet filled.
(requires some changes in RecHitProducer)
Small changes expected in FastSim:
Masking no longer depends on track chi2.
(it never should have)