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

ci: Reenable some ExaTrkX tests #3395

Merged
merged 26 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
benjaminhuth committed Dec 5, 2024
commit 53655010c4e9427afcb5aad763d60742fc04b419
4 changes: 1 addition & 3 deletions Examples/Python/python/acts/examples/reconstruction.py
Original file line number Diff line number Diff line change
@@ -1855,14 +1855,12 @@ def addExaTrkX(
"particle_track_matching", matchAlg.config.outputParticleTrackMatching
)

# Write truth track finding / seeding performance
if outputDirRoot is not None:
s.addWriter(
acts.examples.TrackFinderNTupleWriter(
level=customLogLevel(),
inputTracks="tracks",
# the original selected particles after digitization
inputParticles="particles_initial",
inputParticles="particles",
benjaminhuth marked this conversation as resolved.
Show resolved Hide resolved
inputMeasurementParticlesMap="measurement_particles_map",
inputTrackParticleMatching=matchAlg.config.outputTrackParticleMatching,
filePath=str(Path(outputDirRoot) / "performance_track_finding.root"),