From 110411fc58619c23ab716f15096e30c8e5f118b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Wed, 30 Jun 2021 12:00:50 +0200 Subject: [PATCH] Add MFT to geo file for vertexing --- examples/scripts/createO2tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scripts/createO2tables.py b/examples/scripts/createO2tables.py index d76f79f..ffacbfd 100755 --- a/examples/scripts/createO2tables.py +++ b/examples/scripts/createO2tables.py @@ -235,7 +235,7 @@ def set_config(config_file, config, value): "const bool do_vertexing = ", "false\;/") else: # Check that the geometry file for the vertexing is there if not os.path.isfile("o2sim_grp.root") or not os.path.isfile("o2sim_geometry.root"): - 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") + 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") if qa: set_config("dpl-config_std.json", "\\\"d_bz\\\":", "\\\""f"{bField}""\\\"\,/")