Skip to content

Commit

Permalink
FCC-hh bbyy mini example the old way, pre-datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
bistapf committed Oct 14, 2024
1 parent c49d011 commit 1a4f209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FCChh/ggHH_bbyy/analysis_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# colors['VV'] = ROOT.kGreen+3

plots = {}
plots['bbyy_analysis'] = {'signal':{'bbyy_signal':['pwp8_pp_hh_5f_hhbbyy']},
plots['bbyy_analysis'] = {'signal':{'bbyy_signal':['pwp8_pp_hh_5f_hhbbyy_split_HF_tau_tags']},
}


Expand Down
3 changes: 3 additions & 0 deletions examples/FCChh/ggHH_bbyy/analysis_stage1.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def __init__(self, cmdline_args):
# Optional: Use weighted events
self.do_weighted = True

# Optional: read the input files with podio::DataSource
self.use_data_source = False # explicitly use old way in this version

# Optional: test file that is used if you run with the --test argument (fccanalysis run ./examples/FCChh/ggHH_bbyy/analysis_stage1.py --test)
self.test_file = 'root://eospublic.cern.ch//eos/experiment/fcc/hh/' \
'tutorials/edm4hep_tutorial_data/' \
Expand Down

0 comments on commit 1a4f209

Please sign in to comment.