We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0c71b commit 60996e5Copy full SHA for 60996e5
1 file changed
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -494,6 +494,7 @@ if [[ $ADD_CALIB == "1" ]]; then
494
export SVERTEXING_SOURCES=none # disable secondary vertexing
495
fi
496
if [[ $ALIEN_JDL_DOTRDGAINCALIB == 1 ]]; then
497
+ export CONFIG_EXTRA_PROCESS_o2_calibration_trd_workflow="TRDCalibParams.minEntriesChamberGainCalib=999999999;TRDCalibParams.minEntriesTotalGainCalib=10000;TRDCalibParams.nTrackletsMinGainCalib=4"
498
export ARGS_EXTRA_PROCESS_o2_calibration_trd_workflow="$ARGS_EXTRA_PROCESS_o2_calibration_trd_workflow --enable-root-output"
499
export CALIB_TRD_GAIN=1
500
0 commit comments