We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fff03 commit 110e721Copy full SHA for 110e721
MC/bin/o2dpg_sim_config.py
@@ -40,9 +40,7 @@ def add(cfg, flatconfig):
40
"ITSVertexerParam.duplicateDistance2Cut": 0.0117033,
41
"ITSVertexerParam.clusterContributorsCut": 2,
42
"ITSVertexerParam.seedMemberRadiusZ": 0,
43
- "ITSVertexerParam.vertNsigmaCut": 4.0,
44
- "ITSVertexerParam.vertRadiusSigma": 0.0452309,
45
- "ITSVertexerParam.trackletSigma": 0.0025941})
+ "ITSVertexerParam.nSigmaCut": 0.032841})
46
# primary vertexing settings
47
if 301000 <= int(args.run) and int(args.run) <= 301999:
48
add(config, {"pvertexer.acceptableScale2" : 9,
0 commit comments