Skip to content

Commit 0feb3c6

Browse files
committed
add category group
1 parent 6ddf551 commit 0feb3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbw/config/defaults_and_groups.py

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def set_config_defaults_and_groups(config_inst):
225225
"sl_much_boosted": ["sr__1mu__boosted"],
226226
"sl_ech_boosted": ["sr__1e__boosted"],
227227
"dl": ["sr", "dycr", "ttcr", "sr__1b", "sr__2b", "dycr__1b", "dycr__2b", "ttcr__1b", "ttcr__2b"],
228+
"dl_preml": bracket_expansion(["incl", "{sr,ttcr,dycr}{,__2e,__2mu,__emu}{,__1b,__2b}"]),
228229
"dl_ttcr": ["ttcr", "ttcr__1b", "ttcr__2b", "ttcr__2e", "ttcr__2mu", "ttcr__emu"],
229230
"dl_dycr": ["dycr", "dycr__1b", "dycr__2b", "dycr__2e", "dycr__2mu", "dycr__emu"],
230231
"dl_sr": ["sr", "sr__1b", "sr__2b", "sr__2e", "sr__2mu", "sr__emu"],

0 commit comments

Comments
 (0)