Skip to content

Commit

Permalink
init: branch for TOPO integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Ebeling committed Aug 12, 2024
1 parent 460ecdf commit 5a97a09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions hbw/config/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ def hbw_dataset_names(config: od.Config, as_list: bool = False) -> DotDict[str:
"hh_ggf_hbb_hvv2l2nu_kl1_kt1_powheg",
"hh_ggf_hbb_hvv2l2nu_kl2p45_kt1_powheg",
"hh_ggf_hbb_hvv2l2nu_kl5_kt1_powheg",
*config.x.if_era(run=3, values=[
"hh_ggf_hbb_hvv_kl0_kt1_powheg",
"hh_ggf_hbb_hvv_kl1_kt1_powheg",
"hh_ggf_hbb_hvv_kl2p45_kt1_powheg",
"hh_ggf_hbb_hvv_kl5_kt1_powheg",
]),
# *config.x.if_era(run=3, values=[
# "hh_ggf_hbb_hvv_kl0_kt1_powheg",
# "hh_ggf_hbb_hvv_kl1_kt1_powheg",
# "hh_ggf_hbb_hvv_kl2p45_kt1_powheg",
# "hh_ggf_hbb_hvv_kl5_kt1_powheg",
# ]),
],
"hh_vbf_hbb_hvv": [
*config.x.if_era(run=2, values=[
Expand Down
3 changes: 2 additions & 1 deletion hbw/config/defaults_and_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def default_calibrator(container):

def default_selector(container):
if container.has_tag("is_sl"):
selector = "sl1"
#selector = "sl1"
selector = "sl1_no_trig"
elif container.has_tag("is_dl"):
selector = "dl1"

Expand Down
2 changes: 1 addition & 1 deletion hbw/selection/sl_remastered.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def sl1_init(self: Selector) -> None:


sl1_no_btag = sl1.derive("sl1_no_btag", cls_dict={"n_btag": 0, "b_tagger": "deepjet"})
sl1_trigger_studies = sl1.derive("sl1_trigger_studies", cls_dict={
sl1_no_trig = sl1.derive("sl1_no_trig", cls_dict={
"trigger": {"e": [], "mu": []},
"mu_pt": 15.,
"mu2_pt": 15.,
Expand Down

0 comments on commit 5a97a09

Please sign in to comment.