-
Notifications
You must be signed in to change notification settings - Fork 168
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: Adjust full_chain_itk configuration for updated vertex fitting algori… #1636
fix: Adjust full_chain_itk configuration for updated vertex fitting algori… #1636
Conversation
…thm. The vertex fitting algorithm does not perform a track selection anymore but expects preselected track parameters as input.
hey @goetzgaycken ! sorry I forgot to follow up with the itk full chain. you can attach the track selection to the track finding now. an example is given in the odd full chain here |
|
Hm, at least we could experiment with a tighter track selection before the vertexing. Thoughts @timadye ? |
I moved the track selection into CKF because I thought it aligns better with the seeding interface for example. I did not consider any procedure from run2/3/4. I can add the track selection back into the vertexing if that is a requirement. But I guess the track finding should keep the track selection? |
Codecov Report
@@ Coverage Diff @@
## main #1636 +/- ##
=======================================
Coverage 48.65% 48.65%
=======================================
Files 381 381
Lines 20780 20780
Branches 9518 9518
=======================================
Hits 10110 10110
Misses 4099 4099
Partials 6571 6571 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 3746b08Full report VertexingCKFAmbiguity resolutionTruth tracking |
I think it would be good to add the Can we include |
makes sense. sorry for the back and forth. having two track selectors makes the wiring a bit complicated so I would wait for #1588 to clean this up |
closing this, because problem fixed by #1642 (which adds ambiguity resolution which provides track selection) |
The vertex fitting algorithm does not perform a track selection anymore (since #1579) but e.g. expects preselected track parameters as input.