File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
production/configurations/2022/LHC22f/apass1_TPCcalib Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -143,4 +143,5 @@ export CALIB_PHS_ENERGYCALIB=0
143143export CALIB_PHS_BADMAPCALIB=0
144144export CALIB_PHS_TURNONCALIB=0
145145export CALIB_PHS_RUNBYRUNCALIB=0
146+ export CALIB_TPC_VDRIFTTGL=0
146147export CALIB_CPV_GAIN=0
You can’t perform that action at this time.
0 commit comments