Skip to content

Commit 8be7f8e

Browse files
shahor02davidrohr
authored andcommitted
Enable by default calibration of TPC VDrift via dTgl
1 parent 8c139de commit 8be7f8e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

DATA/common/setenv_calib.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
4141
if [[ -z ${CALIB_TPC_TIMEGAIN+x} ]]; then CALIB_TPC_TIMEGAIN=1; fi
4242
if [[ -z ${CALIB_TPC_RESPADGAIN+x} ]]; then CALIB_TPC_RESPADGAIN=1; fi
4343
fi
44+
if ( has_detectors ITS TPC && has_detector_matching ITSTPC ); then
45+
if [[ -z ${CALIB_TPC_VDRIFTTGL+x} ]]; then CALIB_TPC_VDRIFTTGL=1; fi
46+
fi
4447
fi
4548

4649
# calibrations for TRD

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,5 @@ export CALIB_PHS_ENERGYCALIB=0
143143
export CALIB_PHS_BADMAPCALIB=0
144144
export CALIB_PHS_TURNONCALIB=0
145145
export CALIB_PHS_RUNBYRUNCALIB=0
146+
export CALIB_TPC_VDRIFTTGL=0
146147
export CALIB_CPV_GAIN=0

0 commit comments

Comments
 (0)