Skip to content

Commit 66c774b

Browse files
committed
Cleanup: Remove unecessary code in bash scripts
1 parent 4661dcd commit 66c774b

File tree

80 files changed

+0
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-162
lines changed

MC/bin/tests/wf_test_pp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
[ ! "${O2DPG_ROOT}" ] && echo "Error: This needs O2DPG loaded" && exit 1
1111
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
1212

13-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
14-
. ${O2_ROOT}/share/scripts/jobutils.sh
1513

1614
# ----------- START ACTUAL JOB -----------------------------
1715

MC/run/HEPscore/hep-score.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
[ ! "${O2DPG_ROOT}" ] && echo "Error: This needs O2DPG loaded" && exit 1
99
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
1010

11-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
12-
. ${O2_ROOT}/share/scripts/jobutils.sh
1311

1412
# ----------- START ACTUAL JOB -----------------------------
1513
NSIGEVENTS=${NSIGEVENTS:-5}

MC/run/PWGDQ/runBeautyToJpsi_fwdy_PbPb.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToJpsi_fwdy_pp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToJpsi_midy_pp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToMuons_fwd_pp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
99

1010

11-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
12-
. ${O2_ROOT}/share/scripts/jobutils.sh
1311

1412
RNDSEED=${RNDSEED:-0}
1513
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToMuons_noForce_fwd_pp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
99

1010

11-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
12-
. ${O2_ROOT}/share/scripts/jobutils.sh
1311

1412
RNDSEED=${RNDSEED:-0}
1513
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToPsiAndJpsi_fwdy_pp_triggerGap.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToPsiAndJpsi_midy_pp_triggerGap.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-1}

MC/run/PWGDQ/runBeautyToPsi_fwdy_PbPb.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
66

77

8-
# ----------- LOAD UTILITY FUNCTIONS --------------------------
9-
. ${O2_ROOT}/share/scripts/jobutils.sh
108

119
RNDSEED=${RNDSEED:-0}
1210
NSIGEVENTS=${NSIGEVENTS:-2}

0 commit comments

Comments
 (0)