@@ -28,9 +28,19 @@ def add(cfg, flatconfig):
2828 if 302000 <= int (args .run ) and int (args .run ) < 309999 :
2929 add (config , {"ITSAlpideParam.roFrameLengthInBC" : 198 })
3030 # ITS reco settings
31- add (config , {"ITSVertexerParam.phiCut" : 0.5 ,
32- "ITSVertexerParam.clusterContributorsCut" : 3 ,
33- "ITSVertexerParam.tanLambdaCut" : 0.2 })
31+ add (config , {"ITSVertexerParam.pairCut" : 0.0317563 ,
32+ "ITSVertexerParam.clusterCut" : 0.6640964 ,
33+ "ITSVertexerParam.coarseZWindow" : 0.2049018 ,
34+ "ITSVertexerParam.seedDedupZCut" : 0.0711793 ,
35+ "ITSVertexerParam.refitDedupZCut" : 0.0680009 ,
36+ "ITSVertexerParam.duplicateZCut" : 0.1582193 ,
37+ "ITSVertexerParam.finalSelectionZCut" : 0.1081465 ,
38+ "ITSVertexerParam.duplicateDistance2Cut" : 0.0117033 ,
39+ "ITSVertexerParam.clusterContributorsCut" : 2 ,
40+ "ITSVertexerParam.seedMemberRadiusZ" : 0 ,
41+ "ITSVertexerParam.vertNsigmaCut" : 4.0 ,
42+ "ITSVertexerParam.vertRadiusSigma" : 0.0452309 ,
43+ "ITSVertexerParam.trackletSigma" : 0.0025941 })
3444 # primary vertexing settings
3545 if 301000 <= int (args .run ) and int (args .run ) <= 301999 :
3646 add (config , {"pvertexer.acceptableScale2" : 9 ,
0 commit comments