Skip to content

Commit 110e721

Browse files
f3schshahor02
authored andcommitted
Clean up vertexing parameters in o2dpg_sim_config.py
Removed unused vertexing parameters from configuration. Needed with merge of AliceO2Group/AliceO2#15289
1 parent a1fff03 commit 110e721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MC/bin/o2dpg_sim_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ def add(cfg, flatconfig):
4040
"ITSVertexerParam.duplicateDistance2Cut": 0.0117033,
4141
"ITSVertexerParam.clusterContributorsCut": 2,
4242
"ITSVertexerParam.seedMemberRadiusZ": 0,
43-
"ITSVertexerParam.vertNsigmaCut": 4.0,
44-
"ITSVertexerParam.vertRadiusSigma": 0.0452309,
45-
"ITSVertexerParam.trackletSigma": 0.0025941})
43+
"ITSVertexerParam.nSigmaCut": 0.032841})
4644
# primary vertexing settings
4745
if 301000 <= int(args.run) and int(args.run) <= 301999:
4846
add(config, {"pvertexer.acceptableScale2" : 9,

0 commit comments

Comments
 (0)