Skip to content

Commit

Permalink
Adjusting name of the stage2 input directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 18, 2024
1 parent 3c917d9 commit 089d1a9
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 089d1a9

Please sign in to comment.