Skip to content

Commit

Permalink
update columnflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Dec 20, 2024
1 parent 2529386 commit 5932aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hbw/config/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion modules/columnflow

0 comments on commit 5932aaa

Please sign in to comment.