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

[WIP] Track cluster matching #8

Open
wants to merge 4 commits into
base: pepr_CMSSW_11_1_0_pre7
Choose a base branch
from

Conversation

kdlong
Copy link

@kdlong kdlong commented Sep 29, 2020

Sorry this is also caught up in the merge of Thomas' truth work

New producer for track and cluster links. Takes a PFCandidateCollection (presumably without track refs, though this is not enforced) and creates refs based on eta/phi matching with tracks.

It uses the TICLLayerTile class to put charged PFCands and tracks in separate eta/phi grids, then finds the best matches in a given grid. Right now the algorithm for "best match" is still being determined.

Thomas Klijnsma and others added 4 commits September 17, 2020 14:28
For now the matching is just to the first track, will add some logic to
this to select best match shortly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant