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 d1fa18a commit ace4b6bCopy full SHA for ace4b6b
prodtests/full_system_test.sh
@@ -67,7 +67,7 @@ if [[ $BEAMTYPE == "PbPb" ]]; then
67
else
68
FST_GENERATOR=${FST_GENERATOR:-pythia8pp}
69
FST_COLRATE=${FST_COLRATE:-400000}
70
- RUNNUMBER=303000 # a default un-anchored pp run number
+ RUNNUMBER=${RUNNUMBER:-303000} # a default un-anchored pp run number
71
fi
72
FST_MC_ENGINE=${FST_MC_ENGINE:-TGeant4}
73
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
107
FST_QED=1
108
109
DIGIQED=
110
-SIMOPTKEY="Diamond.width[2]=6.;"
+SIMOPTKEY+="Diamond.width[2]=6.;"
111
if [[ $FST_QED == 1 ]]; then
112
mkdir -p qed
113
cd qed
0 commit comments