Skip to content

Commit

Permalink
renaming dy_weight_config and adding dy_order input
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan committed Feb 13, 2025
1 parent 7db310f commit 23f3859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbt/config/configs_hbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def if_not_era(*, values: list[str | None] | None = None, **kwargs) -> list[str]

cfg.x.dy_config = DrellYanConfig(
era=dy_era,
order=dy_order,
correction="DY_pTll_reweighting",
unc_correction="DY_pTll_reweighting_N_uncertainty",
)
Expand Down

0 comments on commit 23f3859

Please # to comment.