Skip to content
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

Reduce truncation in MatchProcessor #212

Open
tomalin opened this issue Mar 7, 2023 · 2 comments
Open

Reduce truncation in MatchProcessor #212

tomalin opened this issue Mar 7, 2023 · 2 comments
Assignees

Comments

@tomalin
Copy link
Collaborator

tomalin commented Mar 7, 2023

@aryd reports that the combined module MatchProcessor suffers truncation, leading to a small loss in tracking efficiency. This is caused by the large number of Projections arriving at the MatchProcessor input for layers 3 & 4. Of the four phi regions A,B,C,D, the problem is worst in the central ones B & C.
The proposed solution is that the MP for layers 3 & 4 should be doubled up, with half processing seeds formed from layers 1 & 2 and half processing seeds formed from layers 5 & 6.
This is low priority.

@aryd
Copy link

aryd commented Mar 7, 2023

TrackBuilder should be MatchProcessor. [Seems you can not edit the issue, only add comments.]

@tomalin
Copy link
Collaborator Author

tomalin commented Mar 7, 2023

TrackBuilder should be MatchProcessor. [Seems you can not edit the issue, only add comments.]

fixed

@tomalin tomalin changed the title Reduce truncation in MatchProcessor Reduce truncation in MatchProcessor (low priority) May 16, 2023
@tomalin tomalin changed the title Reduce truncation in MatchProcessor (low priority) Reduce truncation in MatchProcessor May 17, 2023
@tomalin tomalin assigned mlarson02 and unassigned aryd May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants