diff --git a/benchmarks/nhcal_acceptance/Snakefile b/benchmarks/nhcal_acceptance/Snakefile index 74d8d495b1506cf811d34810d70938ba6e1ec573..437462f81c4c8af69ff26f6f9c89ea5b37c6f3ad 100644 --- a/benchmarks/nhcal_acceptance/Snakefile +++ b/benchmarks/nhcal_acceptance/Snakefile @@ -46,7 +46,7 @@ hadd {output} {input} rule nhcal_acceptance_analysis: input: combined="sim_output/nhcal_acceptance/sim_{DETECTOR_CONFIG}_E{ENERGY}GeV_combined_{N}files.edm4hep.root", - script="scripts/nhcal_acceptance_analysis.cxx", + script="benchmarks/nhcal_acceptance/scripts/nhcal_acceptance_analysis.cxx", output: f"results/nhcal_acceptance_analysis_{{DETECTOR_CONFIG}}_E{{ENERGY}}GeV_combined_{{N}}files.pdf", shell: