File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Detectors/ITSMFT/ITS/tracking/include/ITStracking
prodtests/full-system-test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ struct VertexerParamConfig : public o2::conf::ConfigurableParamHelper<VertexerPa
2525 int nIterations = 1 ; // Number of vertexing passes to perform.
2626 int vertPerRofThreshold = 0 ; // Maximum number of vertices per ROF to trigger second a iteration.
2727
28- // geometrical cuts for tracklet selection
28+ // geometrical cuts for tracklet selection for Pb-Pb
2929 float zCut = 0 .002f ;
30- float phiCut = 0 .4f ;
30+ float phiCut = 0 .005f ;
3131 float pairCut = 0 .0211211f ;
3232 float clusterCut = 0 .4275412f ;
3333 float coarseZWindow = 0 .6521316f ;
@@ -36,7 +36,7 @@ struct VertexerParamConfig : public o2::conf::ConfigurableParamHelper<VertexerPa
3636 float duplicateZCut = 0 .7985643f ;
3737 float finalSelectionZCut = 0 .2932624f ;
3838 float duplicateDistance2Cut = 0 .0223001f ;
39- float tanLambdaCut = 0 .17f ; // tanLambda = deltaZ/deltaR
39+ float tanLambdaCut = 0 .002f ; // tanLambda = deltaZ/deltaR
4040 float vertNsigmaCut = 5 .8762583f ; // N sigma cut for vertex XY
4141 float vertRadiusSigma = 0 .0343575f ; // sigma of vertex XY
4242 float trackletSigma = 0 .0143798f ; // tracklet to vertex sigma
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
119119
120120# ITS vertexing settings
121121if [[ $BEAMTYPE == " pp" || $LIGHTNUCLEI == " 1" ]]; then
122- ITS_CONFIG_KEY+=" ;ITSVertexerParam.pairCut=0.0317563;ITSVertexerParam.clusterCut=0.6640964;ITSVertexerParam.coarseZWindow=0.2049018;ITSVertexerParam.seedDedupZCut=0.0711793;ITSVertexerParam.refitDedupZCut=0.0680009;ITSVertexerParam.duplicateZCut=0.1582193;ITSVertexerParam.finalSelectionZCut=0.1081465;ITSVertexerParam.duplicateDistance2Cut=0.0117033;ITSVertexerParam.clusterContributorsCut=2;ITSVertexerParam.seedMemberRadiusZ=0;ITSVertexerParam.vertNsigmaCut=4.0;ITSVertexerParam.vertRadiusSigma=0.0452309;ITSVertexerParam.trackletSigma=0.0025941;ITSVertexerParam.suppressLowMultDebris=0;"
122+ ITS_CONFIG_KEY+=" ITSVertexerParam.phiCut=0.4;ITSVertexerParam.tanLambdaCut=0.17 ;ITSVertexerParam.pairCut=0.0317563;ITSVertexerParam.clusterCut=0.6640964;ITSVertexerParam.coarseZWindow=0.2049018;ITSVertexerParam.seedDedupZCut=0.0711793;ITSVertexerParam.refitDedupZCut=0.0680009;ITSVertexerParam.duplicateZCut=0.1582193;ITSVertexerParam.finalSelectionZCut=0.1081465;ITSVertexerParam.duplicateDistance2Cut=0.0117033;ITSVertexerParam.clusterContributorsCut=2;ITSVertexerParam.seedMemberRadiusZ=0;ITSVertexerParam.vertNsigmaCut=4.0;ITSVertexerParam.vertRadiusSigma=0.0452309;ITSVertexerParam.trackletSigma=0.0025941;ITSVertexerParam.suppressLowMultDebris=0;"
123123fi
124124
125125if [[ $CTFINPUT != 1 ]]; then
You can’t perform that action at this time.
0 commit comments