@@ -96,7 +96,7 @@ if [ "$dosim" == "1" ]; then
9696 taskwrapper sim.log o2-sim -n" $nev " --configKeyValue " Diamond.width[2]=6." -g " $gener " -e " $engine " $simWorker
9797
9898 # #------ extract number of hits
99- root -q -b -l ${O2_ROOT} /share/macro/analyzeHits.C > hitstats.log
99+ taskwrapper hitstats.log root -q -b -l ${O2_ROOT} /share/macro/analyzeHits.C
100100fi
101101
102102if [ " $dodigi " == " 1" ]; then
@@ -124,7 +124,7 @@ if [ "$doreco" == "1" ]; then
124124
125125 echo " Running MFT reco flow"
126126 # needs MFT digitized data
127- taskwrapper mftreco.log o2-mft-reco-workflow $gloOpt
127+ # taskwrapper mftreco.log o2-mft-reco-workflow $gloOpt
128128 echo " Return status of mftreco: $? "
129129
130130 echo " Running FT0 reco flow"
@@ -149,10 +149,10 @@ if [ "$doreco" == "1" ]; then
149149
150150 echo " Running TOF matching QA"
151151 # need results of ITSTPC-TOF matching (+ TOF clusters and ITS-TPC tracks)
152- root -b -q -l $O2_ROOT /share/macro/checkTOFMatching.C 1> tofmatch_qa.log 2>&1
152+ taskwrapper tofmatch_qa.log root -b -q -l $O2_ROOT /share/macro/checkTOFMatching.C
153153 echo " Return status of TOF matching qa: $? "
154154
155155 echo " Producing AOD"
156- taskwrapper aod.log o2-reco-standalone- aod-producer
156+ taskwrapper aod.log o2-aod-producer-workflow -- aod-writer-keep dangling --aod-writer-resfile " AO2D " --aod-writer-resmode UPDATE --aod-timeframe-id 1
157157 echo " Return status of AOD production: $? "
158158fi
0 commit comments