Skip to content

Commit

Permalink
fix definition of split dy processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Daniel Keicher committed Jan 8, 2025
1 parent c60a2b5 commit 8a08e48
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hbt/config/configs_hbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,15 @@ def if_not_era(*, values: list[str | None] | None = None, **kwargs) -> list[str]
"ewk",
]),
"dy_split": [
"dy_m4to10", "dy_m10to50", "dy_m50toinf",
"dy_m4to10", "dy_m10to50", # "dy_m50toinf",
"dy_m50toinf_0j", #"dy_m50toinf_1j", "dy_m50toinf_2j",
"dy_m50toinf_1j_pt40to100", "dy_m50toinf_1j_pt100to200", "dy_m50toinf_1j_pt200to400",
"dy_m50toinf_1j_pt400to600", "dy_m50toinf_1j_pt600toinf",
"dy_m50toinf_2j_pt40to100", "dy_m50toinf_2j_pt100to200", "dy_m50toinf_2j_pt200to400",
"dy_m50toinf_2j_pt400to600", "dy_m50toinf_2j_pt600toinf",
],
"dy_split_no_incl": [
"dy_m4to10", "dy_m10to50",
"dy_m50toinf_0j", "dy_m50toinf_1j", "dy_m50toinf_2j",
"dy_m50toinf_1j_pt40to100", "dy_m50toinf_1j_pt100to200", "dy_m50toinf_1j_pt200to400",
"dy_m50toinf_1j_pt400to600", "dy_m50toinf_1j_pt600toinf",
Expand Down

0 comments on commit 8a08e48

Please sign in to comment.