File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1111if [[ -z $SOURCE_GUARD_SETENV_CALIB ]]; then
1212SOURCE_GUARD_SETENV_CALIB=1
1313
14+ # For the moment the TPC interpolation will always send also the track parameters in addition to unbinned residuals to the aggregator.
15+ # Remove this line to only send unbinned residuals
16+ if [[ -z " $CALIB_TPC_SCDCALIB_SENDTRKDATA " ]]; then export CALIB_TPC_SCDCALIB_SENDTRKDATA=0; fi
17+
1418if [[ $BEAMTYPE != " cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
1519 # calibrations for primary vertex
1620 if has_detector_calib ITS && has_detectors_reco ITS && has_detector_matching PRIMVTX && [[ ! -z " $VERTEXING_SOURCES " ]]; then
@@ -112,6 +116,7 @@ if [[ -z $CALIBDATASPEC_BARREL_TF ]]; then
112116 # TPC
113117 if [[ $CALIB_TPC_TIMEGAIN == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " tpcmips:TPC/MIPS/0" ; fi
114118 if [[ $CALIB_TPC_SCDCALIB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " unbinnedTPCResiduals:GLO/UNBINNEDRES/0" ; fi
119+ if [[ $CALIB_TPC_SCDCALIB == 1 ]] && [[ 0$CALIB_TPC_SCDCALIB_SENDTRKDATA == " 01" ]]; then then add_semicolon_separated CALIBDATASPEC_BARREL_TF " tpcInterpTrkData:GLO/TRKDATA/0" ; fi
115120
116121 # TRD
117122 if [[ $CALIB_TRD_VDRIFTEXB == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " angResHistoTRD:TRD/ANGRESHISTS/0" ; fi
You can’t perform that action at this time.
0 commit comments