From 1a4f209ffdc58e3af71ee773c3c0cccd930fd833 Mon Sep 17 00:00:00 2001 From: Birgit Stapf Date: Mon, 14 Oct 2024 16:32:06 +0200 Subject: [PATCH] FCC-hh bbyy mini example the old way, pre-datasource --- examples/FCChh/ggHH_bbyy/analysis_plots.py | 2 +- examples/FCChh/ggHH_bbyy/analysis_stage1.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/FCChh/ggHH_bbyy/analysis_plots.py b/examples/FCChh/ggHH_bbyy/analysis_plots.py index 0d87651332..4501cbf98d 100644 --- a/examples/FCChh/ggHH_bbyy/analysis_plots.py +++ b/examples/FCChh/ggHH_bbyy/analysis_plots.py @@ -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']}, } diff --git a/examples/FCChh/ggHH_bbyy/analysis_stage1.py b/examples/FCChh/ggHH_bbyy/analysis_stage1.py index 57f319b35c..9fd21679cf 100644 --- a/examples/FCChh/ggHH_bbyy/analysis_stage1.py +++ b/examples/FCChh/ggHH_bbyy/analysis_stage1.py @@ -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/' \