Skip to content
Snippets Groups Projects

Updating el_zee_T0_TnP nightly to use new output folder

Merged Harry Simpson requested to merge hsimpson/athena:el_zee_T0_TnP_ART_fix into 22.0
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -39,8 +39,8 @@ preinclude_file = 'all:TrigInDetValidation/TIDV_cond_fix.py' #conditions fix for
Jobs = []
Comp = [ ( "L2electron", "L2electronTier0TnP", "data-hists-tier0.root", " -b HLT/TRIDT/Egamma/Expert -s '_HLT_IDTrack' '/HLT_IDTrack' -c TIDAhisto-tier0-TnP.dat -l e26_e14_etcut_idperf_50invmAB130_FTF_FE e26_e14_etcut_idperf_50invmAB130_FTF_FE_el_probe_1 --ncols 3 -d HLTL2-plots-electron " ),
( "EFelectron", "EFelectronTier0TnP", "data-hists-tier0.root", " -b HLT/TRIDT/Egamma/Expert -s '_HLT_IDTrack' '/HLT_IDTrack' -c TIDAhisto-tier0-TnP.dat -l e26_e14_etcut_idperf_50invmAB130_FTF_FE_el_probe_1 e26_e14_etcut_idperf_50invmAB130_IDTrig_el_probe_1 e26_e14_etcut_idperf_gsf_50invmAB130_GSF_el_probe_1 e26_e14_etcut_idperf_gsf_50invmAB130_GSF --ncols 3 -d HLTEF-plots-electron " ) ]
Comp = [ ( "L2electron", "L2electronTier0TnP", "data-hists-tier0.root", " -b HLT/TRIDT/Egamma/All -s '_HLT_IDTrack' '/HLT_IDTrack' -c TIDAhisto-tier0-TnP.dat -l e26_e14_etcut_idperf_50invmAB130_FTF_FE e26_e14_etcut_idperf_50invmAB130_FTF_FE_el_probe_1 --ncols 3 -d HLTL2-plots-electron " ),
( "EFelectron", "EFelectronTier0TnP", "data-hists-tier0.root", " -b HLT/TRIDT/Egamma/All -s '_HLT_IDTrack' '/HLT_IDTrack' -c TIDAhisto-tier0-TnP.dat -l e26_e14_etcut_idperf_50invmAB130_FTF_FE_el_probe_1 e26_e14_etcut_idperf_50invmAB130_IDTrig_el_probe_1 e26_e14_etcut_idperf_gsf_50invmAB130_GSF_el_probe_1 e26_e14_etcut_idperf_gsf_50invmAB130_GSF --ncols 3 -d HLTEF-plots-electron " ) ]
from AthenaCommon.Include import include
include("TrigInDetValidation/TrigInDetValidation_Base.py")
Loading