Skip to content

Commit ace4b6b

Browse files
ehellbardavidrohr
authored andcommitted
full_system_test.sh: allow to set RUNNUMBER and extra SIMOPTKEY options for beam types other than pp or PbPb
1 parent d1fa18a commit ace4b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prodtests/full_system_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [[ $BEAMTYPE == "PbPb" ]]; then
6767
else
6868
FST_GENERATOR=${FST_GENERATOR:-pythia8pp}
6969
FST_COLRATE=${FST_COLRATE:-400000}
70-
RUNNUMBER=303000 # a default un-anchored pp run number
70+
RUNNUMBER=${RUNNUMBER:-303000} # a default un-anchored pp run number
7171
fi
7272
FST_MC_ENGINE=${FST_MC_ENGINE:-TGeant4}
7373
FST_EMBEDDING_CONFIG=${FST_EMBEDDING_CONFIG:-GeneratorPythia8.config=$O2_ROOT/prodtests/full-system-test/pythia8.cfg}
@@ -107,7 +107,7 @@ if [[ $BEAMTYPE == "PbPb" && -z $FST_QED ]]; then
107107
FST_QED=1
108108
fi
109109
DIGIQED=
110-
SIMOPTKEY="Diamond.width[2]=6.;"
110+
SIMOPTKEY+="Diamond.width[2]=6.;"
111111
if [[ $FST_QED == 1 ]]; then
112112
mkdir -p qed
113113
cd qed

0 commit comments

Comments
 (0)