-
Notifications
You must be signed in to change notification settings - Fork 29
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
tracking: use Seeded tracks by default, rename previous default to TruthSeeded #1605
Conversation
Capybara summary for PR 1605 |
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes make sense. I did not verify that this is the complete set of changes required. I assume you've grepped for other instances.
Hi @veprbl , I'm not sure if I need to open an issue or if I can report it here. It seems that this RP also impacted the reconstruction of one of the far-forward sub-systems - the B0 Tracker. In the past we were using the I'm also motived some naming mismatch in src/global/tracking/tracking.cc: Will you confirm that the B0 tracks should be retrieved from Thanks, |
Two things here: One is that realistic seeding does not work for B0 tracking. We need to have it implemented. Until we do that, I think it's for the best that we are reminded that truth seeding is being used by having to access the
This refers to the two previous PRs: #1470 #1383 |
OK, Thanks! (adding @ajentsch in case someone in FF group will have a similar question), Indeed, I see that the central tracks are included in both So, I will do the following: |
Other than for simplicity is there a reason the B0 tracks are mixed into the same raw hit collection as the central tracker? Would it not be more useful to keep them separate until they are needed(?) by the vertex finder for timing. The same acts algorithms would be used with the same configuration, or something specifically tuned to the B0, without attempting to use B0 hits in central detector tracks and vice versa. This would allow a different approach to setting the PID or at least making a PID assumption. |
Briefly, what does this PR introduce?
As we agreed during the collaboration meeting, the real seeding workflow is mature and should become the default. This changes Seeded collections to not include that prefix, and prefixless collections are moved to TruthSeeding (name is long but not supposed to be used by general users). As a side effect, Jet finding and ReconstructedParticles and DRICH IRT-based PID will use real seeding.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No
Does this PR change default behavior?
Yes