Skip to content

Commit

Permalink
Fix input path for stage2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Oct 3, 2024
1 parent c61ff0b commit b6894a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b6894a2

Please sign in to comment.