Skip to content

Commit 5d40ac8

Browse files
shahor02alcaliva
authored andcommitted
Activate non-invasive UPC settings for pbpb reconstruction
Can be disable by providing ALIEN_JDL_DISABLE_UPC=1 from the JDL (cherry picked from commit 591af0c)
1 parent df71dae commit 5d40ac8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,10 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
434434
# ad-hoc options for ITS reco workflow
435435
EXTRA_ITSRECO_CONFIG=
436436
if [[ $BEAMTYPE == "PbPb" ]]; then
437-
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
437+
EXTRA_ITSRECO_CONFIG="ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true;"
438+
if [[ -z "$ALIEN_JDL_DISABLE_UPC" || $ALIEN_JDL_DISABLE_UPC != 1 ]]; then
439+
EXTRA_ITSRECO_CONFIG+=";ITSVertexerParam.nIterations=2;ITSCATrackerParam.doUPCIteration=true;"
440+
fi
438441
elif [[ $BEAMTYPE == "pp" ]]; then
439442
EXTRA_ITSRECO_CONFIG="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
440443
fi

0 commit comments

Comments
 (0)