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

Implement Track-Cluster Subtraction (PFA1) #1627

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ruse-traveler
Copy link
Contributor

@ruse-traveler ruse-traveler commented Oct 8, 2024

Briefly, what does this PR introduce?

This PR implements the TrackClusterSubtraction algorithm, which ingests clusters from a specified EMCal and HCal, subtracts the sum of energy of all tracks pointing to each cluster, and returns the remnants of the subtracted clusters.

This is the first stage of our baseline Particle Flow routine, PFAlpha. The following stages will be implemented in subsequent PRs.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

Yes. By default, new output collections of clusters will be produced which are labeled SubtractedClusters.

To-Do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: calorimetry relates to calorimetry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant