From b6894a26b6ca6585bc7fe21826a5b6a5bea73c08 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Thu, 3 Oct 2024 19:05:26 +0200 Subject: [PATCH] Fix input path for stage2 test --- examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py b/examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py index df99836c3f..fffb652ab8 100644 --- a/examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py +++ b/examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py @@ -43,7 +43,7 @@ def __init__(self, _): # It can still be edm4hep files produced standalone or files from a # first analysis step (this is the case in this example it runs over # the files produced from analysis.py) - self.input_dir = 'outputs/FCCee/higgs/mH-recoil/mumu/stage1' + self.input_dir = 'outputs/FCCee/higgs/mH-recoil/mumu/stage1_10.0' # Optional: output directory, default is local dir self.output_dir = 'outputs/FCCee/higgs/mH-recoil/mumu/stage2'