Skip to content
Snippets Groups Projects
Commit 6dc6e6bb authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

Merge branch 'bucket_36_mix' into 'main'

updated bucket 36 paths and added beam-background mix

See merge request !1
parents 254364e7 b7005dce
Branches
No related tags found
1 merge request!1updated bucket 36 paths and added beam-background mix
......@@ -16,12 +16,12 @@ The YAML maps beambackgroundfiles to different locations and adds some metadata.
import basf2 as b2
import simulation as si
import os
os.environ["BEAMBACKGROUND_YAML"] = "/work/jeppelt/etpackground/_beambackgrounds.yaml"
os.environ["BEAMBACKGROUND_JSON"] = "/work/jeppelt/etpackground/beambackgrounds.json"
from bb2etp import *
bbs = get_beam_background_by_key("26_898") #, get_beam_background_by_key("26_1485")]
for gt in bbs.get_global_tags:
for gt in bbs.global_tags:
print(gt)
b2.conditions.append_globaltag(gt)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment