]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/TOFmatchEff.sh
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / PiKaPr / TOF / pPb502 / macros / TOFmatchEff.sh
diff --git a/PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/TOFmatchEff.sh b/PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/TOFmatchEff.sh
deleted file mode 100755 (executable)
index 686d542..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-
-if [ "$1" == "" ]; then
-    echo "argument needed"
-    exit 1
-fi
-echo "launching TOFmatchEff on $1 in background"
-aliroot -b -q "TOFmatchEff.C(\"$1\")" &> TOFmatchEff.$1.log &
-echo "TOFmatchEff started"
\ No newline at end of file