Skip to content

Commit 79f7e32

Browse files
committed
Add EMC, PHS and CPV reconstruction to sim_challenge
1 parent 5b2852d commit 79f7e32

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

prodtests/sim_challenge.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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: $?"

0 commit comments

Comments
 (0)