Skip to content

Commit b196f00

Browse files
committed
fix bug in MC config generation script
1 parent 71739f0 commit b196f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/bin/o2dpg_sim_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def add(cfg, flatconfig):
7171

7272
# MFT tracking settings
7373
if args.mft_reco_full == True:
74-
add({"MFTTracking.forceZeroField" : 0,
75-
"MFTTracking.LTFclsRCut" : 0.0100})
74+
add(config, {"MFTTracking.forceZeroField" : 0,
75+
"MFTTracking.LTFclsRCut" : 0.0100})
7676

7777
return config

0 commit comments

Comments
 (0)