From b615aac48db895f4a45b97e2834928c698591e72 Mon Sep 17 00:00:00 2001 From: Christian Sonnabend Date: Tue, 25 Feb 2025 14:09:52 +0100 Subject: [PATCH] Adding default value for FST_BFIELD as "ccdb" --- prodtests/full_system_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prodtests/full_system_test.sh b/prodtests/full_system_test.sh index bc15c9b119f23..5c7157f93c652 100755 --- a/prodtests/full_system_test.sh +++ b/prodtests/full_system_test.sh @@ -59,6 +59,7 @@ FIRSTSAMPLEDORBIT=${FIRSTSAMPLEDORBIT:-0} OBLIGATORYSOR=${OBLIGATORYSOR:-false} FST_TPC_ZSVERSION=${FST_TPC_ZSVERSION:-4} TPC_SLOW_REALISITC_FULL_SIM=${TPC_SLOW_REALISITC_FULL_SIM:-0} +FST_BFIELD="${FST_BFIELD:-}ccdb" if [[ $BEAMTYPE == "PbPb" ]]; then FST_GENERATOR=${FST_GENERATOR:-pythia8hi} FST_COLRATE=${FST_COLRATE:-50000}