From 8c5d5d0aac17a5f9b5ff7b261f423eb463f28812 Mon Sep 17 00:00:00 2001 From: khushi-singla-21 <142303997+khushi-singla-21@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:44:06 +0530 Subject: [PATCH] Update Snakefile --- benchmarks/tracking_performances_dis/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/tracking_performances_dis/Snakefile b/benchmarks/tracking_performances_dis/Snakefile index 1b9b37a..2d52173 100644 --- a/benchmarks/tracking_performances_dis/Snakefile +++ b/benchmarks/tracking_performances_dis/Snakefile @@ -51,7 +51,7 @@ rule trk_dis_reco: 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,ReconstructedChargedParticles,ReconstructedTruthSeededChargedParticles,CentralCKFTrackAssociations,CentralCKFTruthSeededTrackAssociations + -Ppodio:output_collections=MCParticles,ReconstructedChargedParticles,ReconstructedTruthSeededChargedParticles,CentralCKFTrackAssociations,CentralCKFTruthSeededTrackAssociations,CentralTrackVertices """ # Process the files -- either from the campaign or local running -- through the analysis script