Skip to content

Commit 02d99df

Browse files
knopers8sawenzel
authored andcommitted
Check if QC is loaded in the example script with QC
1 parent 89680ba commit 02d99df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/run/examples/O2DPG_pp_minbias_one_tf_qc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# make sure O2DPG + O2 is loaded
88
[ ! "${O2DPG_ROOT}" ] && echo "Error: This needs O2DPG loaded" && exit 1
99
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
10+
[ ! "${QUALITYCONTROL_ROOT}" ] && echo "Error: This needs QualityControl loaded" && exit 1
1011

1112
# ----------- LOAD UTILITY FUNCTIONS --------------------------
1213
. ${O2_ROOT}/share/scripts/jobutils.sh

0 commit comments

Comments
 (0)