File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77#
88
99# make sure O2DPG + O2 is loaded
10- [ ! " {O2DPG_ROOT}" ] && echo " Error: This needs O2DPG loaded" && exit 1
11- [ ! " {O2_ROOT}" ] && echo " Error: This needs O2 loaded" && exit 1
10+ [ ! " $ {O2DPG_ROOT}" ] && echo " Error: This needs O2DPG loaded" && exit 1
11+ [ ! " $ {O2_ROOT}" ] && echo " Error: This needs O2 loaded" && exit 1
1212
1313# ----------- LOAD UTILITY FUNCTIONS --------------------------
1414. ${O2_ROOT} /share/scripts/jobutils.sh
@@ -47,7 +47,7 @@ for tf in `seq 1 ${NTIMEFRAMES}`; do
4747 PTHATMAX=-1. # [default = -1]
4848
4949 # produce the signal configuration
50- taskwrapper gensgnconf ${tf} .log ${O2DPG_ROOT} /MC/config/common/pythia8/utils/mkpy8cfg.py \
50+ taskwrapper gensgnconf_ ${tf} .log ${O2DPG_ROOT} /MC/config/common/pythia8/utils/mkpy8cfg.py \
5151 --output=pythia8.cfg \
5252 --seed=${RNDSEED} \
5353 --idA=2212 \
@@ -100,7 +100,7 @@ for tf in `seq 1 ${NTIMEFRAMES}`; do
100100 echo " Return status of tpcreco: $? "
101101
102102 echo " Running ITS reco flow"
103- taskwrapper itsreco_${tf} .log o2-its-reco-workflow --trackerCA --async-phase $gloOpt
103+ taskwrapper itsreco_${tf} .log o2-its-reco-workflow --trackerCA --tracking-mode async $gloOpt
104104 echo " Return status of itsreco: $? "
105105
106106 echo " Running FT0 reco flow"
You can’t perform that action at this time.
0 commit comments