-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[mkFit] propagation to plane in backward fit phase2 and bug fix #48970
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
base: master
Are you sure you want to change the base?
[mkFit] propagation to plane in backward fit phase2 and bug fix #48970
Conversation
…g::usePropToPlane.
[MkFitCore] Backward fit using prop-to-plane, reordering of PS modules so P comes first.
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48970/46144 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48970/46145 |
A new Pull Request was created by @leonardogiannini for master. It involves the following packages:
@cmsbuild, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters: |
@cmsbuild please test |
+1 Size: This PR adds an extra 16KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
+1 |
it looks like the bot is still down |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @ftenchini, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
PR description:
The PR improves the initialStep of mkFit currently used by default in phase2.
Propagation to plane is introduced in the backward fit and set as the default in phase2.
Additionally a bug is corrected in the getS function in RecoTracker/MkFitCore/src/PropagationMPlexPlane.cc and the number of step used in the propagation to plane before adding the hit is reduced from 5 to 2, without compromising the physics performance.
The PR should be tested with the new json file from this PR to cms-data: PR18
PR validation:
MTV validation plots can be found here: MTV-bkwdfitPR.
In particular the efficiency, fake and duplicate rates all improve in the initialStep (at build level, but also after selections), see example plots as a function of eta (blue before PR, red after):
At the same time the average number of hits increases by ~0.4.
The choice of number of iterations doens't change the results, so we opted for 2 steps to reduce the timing, see MTV-bkwdfitPR-Niter (initialStep).
The build and fit time for the initialStep are both reduced (MTV-bkwdfitPR-timing), as shown in the plot below: