Skip to content

Commit

Permalink
feat: write ReconstructedParticleAssociations into output file (#665)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
We have a working (somewhat) MatchClusters, but don't write the
ReconstructedParticleAssociations collection. This adds that to the
output.

### What kind of change does this PR introduce?
- [x] Bug fix (issue: associations are found but not written)
- [ ] 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?
Adds new output collection ReconstructedParticleAssociations.
  • Loading branch information
wdconinc committed May 16, 2023
1 parent 93fe943 commit df3432e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/io/podio/JEventProcessorPODIO.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ JEventProcessorPODIO::JEventProcessorPODIO() {
// Reconstructed data
"GeneratedParticles",
"ReconstructedParticles",
"ReconstructedParticleAssociations",
"ReconstructedChargedParticles",
"ReconstructedChargedParticleAssociations",
"CentralTrackSegments",
Expand Down

0 comments on commit df3432e

Please sign in to comment.