Skip to content

Commit 6a0cb72

Browse files
martenoledavidrohr
authored andcommitted
TPC track interpolation optionally sends track data
1 parent c2522fb commit 6a0cb72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DATA/common/setenv_calib.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
if [[ -z $SOURCE_GUARD_SETENV_CALIB ]]; then
1212
SOURCE_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+
1418
if [[ $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

0 commit comments

Comments
 (0)