Skip to content

Commit e2c6ff4

Browse files
wiechuladavidrohr
authored andcommitted
Remove disabling TimeGain in MC
Time gain is now take from a specific MC entry
1 parent 3a74c84 commit e2c6ff4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,7 @@ fi
514514

515515
# ad-hoc options for GPU reco workflow
516516
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_global.dEdxDisableResidualGainMap=1;$TRACKTUNETPC;$VDRIFTPARAMOPTION;"
517-
if [[ $ALIEN_JDL_LPMPRODUCTIONTYPE == "MC" ]]; then
518-
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_global.dEdxDisableResidualGain=1"
519-
fi
517+
520518
[[ ! -z $TPCCLUSTERTIMESHIFT ]] && [[ $ALIEN_JDL_LPMPRODUCTIONTYPE != "MC" ]] && export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_rec_tpc.clustersShiftTimebins=$TPCCLUSTERTIMESHIFT;"
521519

522520
# ad-hoc settings for TOF reco

0 commit comments

Comments
 (0)