From 5932aaa61b80e8c6e737a3123693c84d6f061b5f Mon Sep 17 00:00:00 2001 From: Mathis Frahm Date: Fri, 20 Dec 2024 16:56:10 +0100 Subject: [PATCH] update columnflow --- hbw/config/trigger.py | 4 ++-- modules/columnflow | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hbw/config/trigger.py b/hbw/config/trigger.py index 65e7a76..2b906ab 100644 --- a/hbw/config/trigger.py +++ b/hbw/config/trigger.py @@ -364,7 +364,7 @@ def add_triggers(config: od.Config) -> od.UniqueObjectIndex[Trigger]: aux={ "channels": ["e", "ee", "emu", "mue", "mixed"], "data_stream": "data_egamma" if config.x.run == 3 else "data_e", - } + }, ) di_e33_noniso = Trigger( name="HLT_DoubleEle33_CaloIdL_MW", @@ -386,7 +386,7 @@ def add_triggers(config: od.Config) -> od.UniqueObjectIndex[Trigger]: aux={ "channels": ["ee"], "data_stream": "data_egamma" if config.x.run == 3 else "data_e", - } + }, ) mixed_mue = Trigger( name="HLT_Mu23_TrkIsoVVL_Ele12_CaloIdL_TrackIdL_IsoVL", diff --git a/modules/columnflow b/modules/columnflow index 312bd05..c4139ca 160000 --- a/modules/columnflow +++ b/modules/columnflow @@ -1 +1 @@ -Subproject commit 312bd05015de0f6edfea656353cd60ff02d8c608 +Subproject commit c4139cabf44246492b4afa8217750612d401d3d3