File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,10 @@ export ITSEXTRAERR="ITSCATrackerParam.sysErrY2[0]=$ERRIB;ITSCATrackerParam.sysEr
451451# ad-hoc options for ITS reco workflow
452452EXTRA_ITSRECO_CONFIG=
453453if [[ $BEAMTYPE == " PbPb" ]]; then
454- EXTRA_ITSRECO_CONFIG=" ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true"
454+ EXTRA_ITSRECO_CONFIG=" ITSCATrackerParam.deltaRof=1;ITSVertexerParam.clusterContributorsCut=16;ITSVertexerParam.lowMultBeamDistCut=0;ITSCATrackerParam.nROFsPerIterations=12;ITSCATrackerParam.perPrimaryVertexProcessing=true;"
455+ if [[ -z " $ALIEN_JDL_DISABLE_UPC " || $ALIEN_JDL_DISABLE_UPC != 1 ]]; then
456+ EXTRA_ITSRECO_CONFIG+=" ;ITSVertexerParam.nIterations=2;ITSCATrackerParam.doUPCIteration=true;"
457+ fi
455458elif [[ $BEAMTYPE == " pp" ]]; then
456459 EXTRA_ITSRECO_CONFIG=" ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2;"
457460fi
You can’t perform that action at this time.
0 commit comments