Skip to content

Commit

Permalink
fixed script in photon_zdc benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sebouh137 committed Sep 18, 2024
1 parent 00ea07a commit 321ed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/photon_zdc/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
NEVENTS_GEN=1000
fi
mkdir -p sim_output/photon_zdc
root -l -b -q '{input.script}($NEVENTS_GEN,"{output.GEN_FILE}", "gamma", {params.th_min}, {params.th_max}, 0., 360., {wildcards.P})'
root -l -b -q '{input.script}('$NEVENTS_GEN',"{output.GEN_FILE}", "gamma", {params.th_min}, {params.th_max}, 0., 360., {wildcards.P})'
"""

rule photon_zdc_simulate:
Expand Down

0 comments on commit 321ed41

Please sign in to comment.