From 1fe9b810b19540bd3505b2dfd78a3c284ddeee8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sieczczy=C5=84ski?= <msieczczynski@gmail.com> Date: Sun, 11 May 2025 09:22:54 -0400 Subject: [PATCH] Snakefile correction --- benchmarks/nhcal_acceptance/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/nhcal_acceptance/Snakefile b/benchmarks/nhcal_acceptance/Snakefile index 74d8d495..437462f8 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: -- GitLab