Skip to content

Commit a435c84

Browse files
committed
Use uniformly DOTPCRESIDUALEXTRACTION env.var
1 parent 2af1cc1 commit a435c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ else
378378
targetString="${targetString} 'tpctimes.*'"
379379
fi
380380
# -) TPC residual calibration
381-
if [ "${ALIEN_JDL_DOTPCRESIDUALSEXTRACTION}" ]; then
381+
if [ "${ALIEN_JDL_DOTPCRESIDUALEXTRACTION}" ]; then
382382
targetString="${targetString} 'tpcresidmerge.*'"
383383
fi
384384
# -) QC tasks

0 commit comments

Comments
 (0)