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

Ensure modularity of PF Reconstruction #1632

Open
ruse-traveler opened this issue Oct 14, 2024 · 1 comment
Open

Ensure modularity of PF Reconstruction #1632

ruse-traveler opened this issue Oct 14, 2024 · 1 comment
Assignees

Comments

@ruse-traveler
Copy link
Contributor

In implementing a baseline PF routine (c.f. #900 ), we should take care to ensure the modularity of the overall routine. The WIP that was started in #1186 risked becoming monolithic, but could be reworked to be modular.

A possible approach:
This was discussed during the July 2024 UGM e-Finder/Holistic Reco Workfest (see the summary talk here), and there it was suggested that we can conceptualize PF in 3 stages:

  1. Connection: where associated tracks, clusters, and PID hypotheses are identified and bundled together;
  2. Arbitration: where these associated objects are reworked and distilled into particle candidates; and
  3. Regression: where the particle candidates are converted into reconstructed particles.
@ruse-traveler
Copy link
Contributor Author

Associated PRs:

  1. Connection: could extend work from Add Track-Based Cluster Merging Algorithm #1406 to partially address this.
  2. Arbitration:
  3. Regression: TBD

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

1 participant