We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71739f0 commit b196f00Copy full SHA for b196f00
1 file changed
MC/bin/o2dpg_sim_config.py
@@ -71,7 +71,7 @@ def add(cfg, flatconfig):
71
72
# MFT tracking settings
73
if args.mft_reco_full == True:
74
- add({"MFTTracking.forceZeroField" : 0,
75
- "MFTTracking.LTFclsRCut" : 0.0100})
+ add(config, {"MFTTracking.forceZeroField" : 0,
+ "MFTTracking.LTFclsRCut" : 0.0100})
76
77
return config
0 commit comments