Skip to content

Commit ab849d9

Browse files
committed
Impose ITS tracking mode only if it is not yet set
1 parent bfe4a9d commit ab849d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/production/configurations/2022/LHC22f/apass1/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
225225
ERRIB="100e-8"
226226
ERROB="100e-8"
227227
[[ -z $TPCITSTIMEERR ]] && TPCITSTIMEERR="0.2"
228-
export ITS_CONFIG=" --tracking-mode async"
228+
[[ -z $ITS_CONFIG || "$ITS_CONFIG" != *"--tracking-mode"* ]] && export ITS_CONFIG+=" --tracking-mode async"
229229
# this is to account for the TPC tracks bias due to the distortions: increment cov.matrix diagonal at the TPC inner boundary, unbias params
230230
if [[ $PERIOD == "LHC22m" || $PERIOD == "LHC22p" ]]; then # B-, ~500 kHZ
231231
TRACKTUNETPCINNER="trackTuneParams.sourceLevelTPC=true;trackTuneParams.tpcCovInnerType=1;trackTuneParams.useTPCInnerCorr=true;trackTuneParams.tpcParInner[0]=2.32e-01;trackTuneParams.tpcParInner[1]=0.;trackTuneParams.tpcParInner[2]=-0.0138;trackTuneParams.tpcParInner[3]=0.;trackTuneParams.tpcParInner[4]=0.08;trackTuneParams.tpcCovInner[0]=0.25;trackTuneParams.tpcCovInner[2]=2.25e-4;trackTuneParams.tpcCovInner[3]=2.25e-4;trackTuneParams.tpcCovInner[4]=0.0256;"

0 commit comments

Comments
 (0)