Skip to content

Commit

Permalink
Running extraction of TPC time series in anchored MC
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarazampolli committed Feb 29, 2024
1 parent 2b9b087 commit b04143a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MC/run/ANCHOR/anchorMC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ echo "Ready to start main workflow"
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt ${ALIEN_JDL_O2DPGWORKFLOWTARGET:-aod} --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
MCRC=$? # <--- we'll report back this code

if [[ "${ALIEN_JDL_ADDTIMESERIESINMC}" != "0" ]]; then
echo "Running TPC time series"
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt tpctimes
fi

[[ ! -z "${DISABLE_QC}" ]] && echo "INFO: QC is disabled, skip it."

if [[ -z "${DISABLE_QC}" && "${MCRC}" = "0" && "${remainingargs}" == *"--include-local-qc"* ]] ; then
Expand Down

0 comments on commit b04143a

Please sign in to comment.