From daad459cd5902941184b33a6c400bb5860189af9 Mon Sep 17 00:00:00 2001 From: Shyam Kumar Date: Fri, 27 Dec 2024 08:24:57 +0100 Subject: [PATCH] Correcting input outsim-->sim_hadd --- benchmarks/tracking_performances/Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/tracking_performances/Snakefile b/benchmarks/tracking_performances/Snakefile index d9bb20c..77ef668 100644 --- a/benchmarks/tracking_performances/Snakefile +++ b/benchmarks/tracking_performances/Snakefile @@ -82,8 +82,8 @@ rule tracking_performance_hit_maps: "local/{SEEDING}/pi-/{MOMENTUM}/{SEEDING_IGNORE}/{PARTICLE}/Nhits_vs_eta.root", shell: """ OUTPUT_PREFIX="$(dirname {output[0]})" -root -l -b -q {input.script_hitsmap}'("{input.outsim}", "'$OUTPUT_PREFIX'")' -root -l -b -q {input.script_nhits_eta}'("{input.outsim}", "{wildcards.MOMENTUM}", "'$OUTPUT_PREFIX'")' +root -l -b -q {input.script_hitsmap}'("{input.sim_hadd}", "'$OUTPUT_PREFIX'")' +root -l -b -q {input.script_nhits_eta}'("{input.sim_hadd}", "{wildcards.MOMENTUM}", "'$OUTPUT_PREFIX'")' """ rule tracking_performance_at_momentum: