Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prodtests/full_system_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if [[ $BEAMTYPE == "PbPb" ]]; then
else
FST_GENERATOR=${FST_GENERATOR:-pythia8pp}
FST_COLRATE=${FST_COLRATE:-400000}
RUNNUMBER=303000 # a default un-anchored pp run number
RUNNUMBER=${RUNNUMBER:-303000} # a default un-anchored pp run number
fi
FST_MC_ENGINE=${FST_MC_ENGINE:-TGeant4}
FST_EMBEDDING_CONFIG=${FST_EMBEDDING_CONFIG:-GeneratorPythia8.config=$O2_ROOT/prodtests/full-system-test/pythia8.cfg}
Expand Down Expand Up @@ -107,7 +107,7 @@ if [[ $BEAMTYPE == "PbPb" && -z $FST_QED ]]; then
FST_QED=1
fi
DIGIQED=
SIMOPTKEY="Diamond.width[2]=6.;"
SIMOPTKEY+="Diamond.width[2]=6.;"
if [[ $FST_QED == 1 ]]; then
mkdir -p qed
cd qed
Expand Down