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

fix: adopt algorithms:: interface in CalorimeterHitsMerger #1182

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Dec 9, 2023

Briefly, what does this PR introduce?

This adopts the algorithms:: interface in CalorimeterHitsMerger. Note: input[ix] becomes (*in_hits)[ix] because input is now a tuple of size 1, and it contains a smart pointer to a collection instead of a collection by reference.

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

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?

No.

Note: `input[ix]` becomes `(*in_hits)[ix]` because `input` is now
a tuple of size 1, and it contains a smart pointer to a collection
instead of a collection by reference.
@github-actions github-actions bot added the topic: calorimetry relates to calorimetry label Dec 9, 2023
@veprbl veprbl added this pull request to the merge queue Dec 14, 2023
Merged via the queue into main with commit 39c1c11 Dec 14, 2023
73 checks passed
@veprbl veprbl deleted the algorithms-CalorimeterHitsMerger branch December 14, 2023 05:57
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.

2 participants