File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,21 @@ if [ "$doreco" == "1" ]; then
215215 taskwrapper zdcreco.log o2-zdc-digits-reco $gloOpt
216216 echo " Return status of ZDC reconstruction: $? "
217217
218+ echo " Running EMC reconstruction"
219+ # need EMC digits
220+ taskwrapper emcreco.log o2-emcal-reco-workflow --infile emcaldigits.root $gloOpt
221+ echo " Return status of EMC reconstruction: $? "
222+
223+ echo " Running PHS reconstruction"
224+ # need PHS digits
225+ taskwrapper phsreco.log o2-phos-reco-workflow $gloOpt
226+ echo " Return status of PHS reconstruction: $? "
227+
228+ echo " Running CPV reconstruction"
229+ # need CPV digits
230+ taskwrapper cpvreco.log o2-cpv-reco-workflow $gloOpt
231+ echo " Return status of CPV reconstruction: $? "
232+
218233 echo " Producing AOD"
219234 taskwrapper aod.log o2-aod-producer-workflow --aod-writer-keep dangling --aod-writer-resfile " AO2D" --aod-writer-resmode UPDATE --aod-timeframe-id 1
220235 echo " Return status of AOD production: $? "
You can’t perform that action at this time.
0 commit comments