Skip to content

Commit 7d849b5

Browse files
authored
Add MFT to geo file for vertexing (#84)
1 parent ad0f724 commit 7d849b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scripts/createO2tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def set_config(config_file, config, value):
235235
"const bool do_vertexing = ", "false\;/")
236236
else: # Check that the geometry file for the vertexing is there
237237
if not os.path.isfile("o2sim_grp.root") or not os.path.isfile("o2sim_geometry.root"):
238-
run_cmd("mkdir tmpo2sim && cd tmpo2sim && o2-sim -m PIPE ITS -g boxgen -n 1 -j 1 --configKeyValues 'BoxGun.number=1' && cp o2sim_grp.root .. && cp o2sim_geometry.root .. && cd .. && rm -r tmpo2sim")
238+
run_cmd("mkdir tmpo2sim && cd tmpo2sim && o2-sim -m PIPE ITS MFT -g boxgen -n 1 -j 1 --configKeyValues 'BoxGun.number=1' && cp o2sim_grp.root .. && cp o2sim_geometry.root .. && cd .. && rm -r tmpo2sim")
239239
if qa:
240240
set_config("dpl-config_std.json", "\\\"d_bz\\\":",
241241
"\\\""f"{bField}""\\\"\,/")

0 commit comments

Comments
 (0)