Skip to content

Commit

Permalink
Correcting input outsim-->sim_hadd
Browse files Browse the repository at this point in the history
  • Loading branch information
Simple-Shyam authored Dec 27, 2024
1 parent 21711f9 commit daad459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/tracking_performances/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit daad459

Please sign in to comment.