From 907f54a69254703696912f168072707c8552506b Mon Sep 17 00:00:00 2001 From: Felix Schlepper Date: Mon, 20 Apr 2026 14:49:13 +0200 Subject: [PATCH] Clean up vertexing parameters in o2dpg_sim_config.py Removed unused vertexing parameters from configuration. Needed with merge of https://github.com/AliceO2Group/AliceO2/pull/15289 --- MC/bin/o2dpg_sim_config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MC/bin/o2dpg_sim_config.py b/MC/bin/o2dpg_sim_config.py index 2958063b7..62aef7df1 100755 --- a/MC/bin/o2dpg_sim_config.py +++ b/MC/bin/o2dpg_sim_config.py @@ -40,9 +40,7 @@ def add(cfg, flatconfig): "ITSVertexerParam.duplicateDistance2Cut": 0.0117033, "ITSVertexerParam.clusterContributorsCut": 2, "ITSVertexerParam.seedMemberRadiusZ": 0, - "ITSVertexerParam.vertNsigmaCut": 4.0, - "ITSVertexerParam.vertRadiusSigma": 0.0452309, - "ITSVertexerParam.trackletSigma": 0.0025941}) + "ITSVertexerParam.nSigmaCut": 0.032841}) # primary vertexing settings if 301000 <= int(args.run) and int(args.run) <= 301999: add(config, {"pvertexer.acceptableScale2" : 9,