Skip to content

Commit 3dd77ad

Browse files
typo fixed
1 parent 8a6b395 commit 3dd77ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
330330
if [[ $SCALE_WITH_ZDC == 0 ]]; then
331331
# scaling with FT0
332332
if [[ $SCALE_WITH_FT0 == 1 ]]; then
333-
export TPC_CORR_SCALING=" --ctp-lumi-source 1 --ctp-lumi-factor 135. --require-ctp-lumi '
333+
export TPC_CORR_SCALING=" --ctp-lumi-source 1 --ctp-lumi-factor 135. --require-ctp-lumi "
334334
else
335335
echo "Neither ZDC nor FT0 are in the run, and this is from 2023 PbPb: we cannot scale TPC ditortion corrections, aborting..."
336336
return 1

0 commit comments

Comments
 (0)