File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,10 @@ if [[ -z $CALIBDATASPEC_BARREL_TF ]]; then
167167 # TPC
168168 if [[ $CALIB_TPC_SCDCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " unbinnedTPCResiduals:GLO/UNBINNEDRES/0" ; fi
169169 if [[ $CALIB_TPC_SCDCALIB == 1 ]] && [[ 0$CALIB_TPC_SCDCALIB_SENDTRKDATA == " 01" ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " tpcInterpTrkData:GLO/TRKDATA/0" ; fi
170- if [[ $CALIB_TPC_SCDCALIB == 1 ]] && [[ $CALIB_TPC_SCDCALIB_CTP_INPUT == " --enable-ctp" ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " lumi:CTP/LUMI/0" ; fi
170+ if [[ $CALIB_TPC_SCDCALIB == 1 ]] && [[ $CALIB_TPC_SCDCALIB_CTP_INPUT == " --enable-ctp" ]]; then
171+ add_semicolon_separated CALIBDATASPEC_BARREL_TF " lumi:CTP/LUMI/0"
172+ add_semicolon_separated CALIBDATASPEC_BARREL_TF " ctpdigi:CTP/DIGITS/0"
173+ fi
171174 if [[ $CALIB_TPC_VDRIFTTGL == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " tpcvdtgl:GLO/TPCITS_VDTGL/0" ; fi
172175
173176 # TRD
You can’t perform that action at this time.
0 commit comments