Skip to content

Commit 6113c24

Browse files
chiarazampollisawenzel
authored andcommitted
Enabling analysis QC tasks in anchored MC
1 parent 5b97ecc commit 6113c24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MC/run/ANCHOR/2021/OCT/pass4/anchorMC.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ if [ "${MCRC}" = "0" ]; then
152152
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
153153
. ${DIR}/analysis_testing.sh
154154
fi
155+
156+
# do analysis tasks
157+
if [[ "${remainingargs}" == *"--include-analysis"* ]]; then
158+
echo "Doing Analysis"
159+
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --target-labels Analysis --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
160+
RC=$?
161+
fi
162+
155163
fi
156164

157165
# could take this way finally

0 commit comments

Comments
 (0)