Skip to content

Commit 1c9161e

Browse files
Add option to specify scale events and tracks
1 parent b2b15b6 commit 1c9161e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,8 @@ if [[ $ADD_CALIB == "1" ]]; then
768768
export CALIB_TPC_TIMEGAIN=1
769769
export ARGS_EXTRA_PROCESS_o2_tpc_calibrator_dedx+=" --dump-histograms 1 --min-entries 1" # write full calibration objects for time gain without rejecting low statistics timeslots
770770
export ARGS_EXTRA_PROCESS_o2_tpc_miptrack_filter+=" --use-global-tracks"
771-
export SCALEEVENTS_TPC_TIMEGAIN=1 # use all TFs
772-
export SCALETRACKS_TPC_TIMEGAIN=-1 # use all tracks
771+
export SCALEEVENTS_TPC_TIMEGAIN=${SCALEEVENTS_TPC_TIMEGAIN:-1} # use all TFs
772+
export SCALETRACKS_TPC_TIMEGAIN=${SCALETRACKS_TPC_TIMEGAIN:--1} # use all tracks
773773
fi
774774
fi
775775

0 commit comments

Comments
 (0)