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

feat: Update RootVertexPerformanceWriter to work with track finding #1460

Merged
merged 10 commits into from
Sep 1, 2022

Conversation

paulgessinger
Copy link
Member

Previously, the RootVertexPerformanceWriter assumed a 1:1 correspondence between truth particles and reconstructed tracks. This PR implements hit based truth matching to enable this to run.

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #1460 (a70433f) into main (a5df559) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1460   +/-   ##
=======================================
  Coverage   48.60%   48.60%           
=======================================
  Files         380      380           
  Lines       20595    20595           
  Branches     9433     9433           
=======================================
  Hits        10010    10010           
  Misses       4097     4097           
  Partials     6488     6488           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Examples/Python/python/acts/examples/reconstruction.py Outdated Show resolved Hide resolved
Examples/Python/python/acts/examples/reconstruction.py Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
Examples/Io/Root/src/RootVertexPerformanceWriter.cpp Outdated Show resolved Hide resolved
@andiwand andiwand self-assigned this Aug 23, 2022
@paulgessinger
Copy link
Member Author

Ok I fixed one source of inconsistency resulting in output changes, and then checked that the remaining output changes we see here only come from the newly added branches.

I'll let the CI run and update the hashes, and then I think this is good to go.

@paulgessinger paulgessinger added automerge backport develop/v19.x Backport this PR to the v19.x series labels Sep 1, 2022
@kodiakhq kodiakhq bot merged commit 48daa1a into acts-project:main Sep 1, 2022
@paulgessinger paulgessinger deleted the feat/vtx-perf-writer branch September 1, 2022 12:59
@github-actions github-actions bot removed the automerge label Sep 1, 2022
acts-project-service pushed a commit that referenced this pull request Sep 1, 2022
…1460)

Previously, the `RootVertexPerformanceWriter` assumed a 1:1 correspondence between truth particles and reconstructed tracks. This PR implements hit based truth matching to enable this to run.

(cherry picked from commit 48daa1a)
kodiakhq bot pushed a commit that referenced this pull request Sep 1, 2022
…backport #1460 to develop/v19.x] (#1480)

Backport 48daa1a from #1460.
---
Previously, the `RootVertexPerformanceWriter` assumed a 1:1 correspondence between truth particles and reconstructed tracks. This PR implements hit based truth matching to enable this to run.
@paulgessinger paulgessinger modified the milestones: next, v20.1.0 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport develop/v19.x Backport this PR to the v19.x series
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants