Skip to content

Commit

Permalink
Update taupog mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jun 5, 2024
1 parent 06a024e commit 7752d2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions hbt/config/configs_run3.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ def add_config(

# external files
json_mirror = "/afs/cern.ch/user/m/mrieger/public/mirrors/jsonpog-integration-7d9636bf"
json_mirror_alt = "/afs/cern.ch/user/a/anhaddad/public/jsonpog_alt"
# TODO later: add factors for other POGs when available
# remove the taupog specific json files once they are integrated centrally
json_mirror_taupog = "/afs/cern.ch/work/m/mrieger/public/mirrors/jsonpog-integration-taupog"

cfg.x.external_files = DotDict.wrap({
# pileup weight corrections
Expand Down Expand Up @@ -632,10 +632,10 @@ def add_config(
"electron_sf": (f"{json_mirror}/POG/EGM/{year}_Summer{year2}{year_postfix}/electron.json.gz", "v1"),

# tau energy correction and scale factors
"tau_sf": (f"{json_mirror_alt}/POG/TAU/{year}_{postfix_ee}/tau_DeepTau2018v2p5_2022_{postfix_ee}.json.gz", "v1"), # noqa
"tau_sf": (f"{json_mirror_taupog}/POG/TAU/{year}_{postfix_ee}/tau_DeepTau2018v2p5_2022_{postfix_ee}.json.gz", "v1"), # noqa

# tau trigger
"tau_trigger_sf": (f"{json_mirror_alt}/POG/TAU/output/tau_trigger_DeepTau2018v2p5_{year}{postfix_ee}.json", "v1"), # noqa
"tau_trigger_sf": (f"{json_mirror_taupog}/POG/TAU/output/tau_trigger_DeepTau2018v2p5_{year}{postfix_ee}.json", "v1"), # noqa
}))

# external files with more complex year dependence # TODO: check this
Expand Down

0 comments on commit 7752d2e

Please sign in to comment.