Skip to content

Commit c91f52e

Browse files
f3schshahor02
authored andcommitted
ITS: move all pp settings to dpl-workflow.sh
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 97af522 commit c91f52e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackingConfigParam.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
119119

120120
# ITS vertexing settings
121121
if [[ $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;"
123123
fi
124124

125125
if [[ $CTFINPUT != 1 ]]; then

0 commit comments

Comments
 (0)