From 2e08d1fd7f9e73e3f4fba26e10e4251935205449 Mon Sep 17 00:00:00 2001 From: Matthias Kleiner Date: Tue, 15 Sep 2026 13:22:32 +0200 Subject: [PATCH] TPC time gain calib: force writing out calibration object for each timeslot --- DATA/production/configurations/asyncReco/setenv_extra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index 5f6d70e7d..c5bbccb51 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -805,7 +805,7 @@ if [[ $ADD_CALIB == "1" ]]; then if [[ $ALIEN_JDL_DOTPCTIMEGAINCALIB == 1 ]]; then echo "Enabling TPC time gain calibration" export CALIB_TPC_TIMEGAIN=1 - 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 + export ARGS_EXTRA_PROCESS_o2_tpc_calibrator_dedx+=" --dump-histograms 1 --min-entries 0" # write full calibration objects for time gain without rejecting low statistics timeslots export ARGS_EXTRA_PROCESS_o2_tpc_miptrack_filter+=" --use-global-tracks" export SCALEEVENTS_TPC_TIMEGAIN=${SCALEEVENTS_TPC_TIMEGAIN:-1} # use all TFs export SCALETRACKS_TPC_TIMEGAIN=${SCALETRACKS_TPC_TIMEGAIN:--1} # use all tracks