Skip to content

Commit

Permalink
update json_mirror for bundling external files
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Nov 13, 2023
1 parent fdd0ae6 commit 7b9d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/config/config_run2.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def make_jme_filename(jme_aux, sample_type, name, era=None):
return f"{jme_aux.source}/{jme_full_version}/{jme_full_version}_{name}_{jme_aux.jet_type}.txt"

# external files
json_mirror = "/afs/cern.ch/user/m/mrieger/public/mirrors/jsonpog-integration-dfd90038"
json_mirror = "/afs/cern.ch/user/m/mrieger/public/mirrors/jsonpog-integration-9ea86c4c"
cfg.x.external_files = DotDict.wrap({
# jet energy correction
"jet_jerc": (f"{json_mirror}/POG/JME/{year}{corr_postfix}_UL/jet_jerc.json.gz", "v1"),
Expand Down

0 comments on commit 7b9d655

Please sign in to comment.