Skip to content

Commit

Permalink
Update Snakefile: add CentralCKFTruthSeededTrackParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Sep 11, 2024
1 parent fa7ac57 commit f4d28a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/tracking_performances/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rule tracking_performance_recon:
set -m # monitor mode to prevent lingering processes
exec env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \
eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_collections=MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralTrackVertices
-Ppodio:output_collections=MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralCKFTruthSeededTrackParameters,CentralTrackVertices
"""


Expand Down

0 comments on commit f4d28a2

Please sign in to comment.