]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/periodQA.sh
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / periodQA.sh
diff --git a/PWGLF/FORWARD/analysis2/qa/periodQA.sh b/PWGLF/FORWARD/analysis2/qa/periodQA.sh
deleted file mode 100755 (executable)
index 3163ab0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-if test "X$QA_FWD" = "X" ; then 
-    QA_FWD=$ALICE_ROOT/PWGLF/FORWARD/analysis2/qa
-fi 
-
-# 1: file
-# 2: data type 
-# 3: year
-# 4: period
-# 5: pass 
-aliroot -l -b -q ${QA_FWD}/PeriodQA.C\(\"$1\",\"\",0,\"\",\"\"\)
-cp ${QA_FWD}/style.css .
-cp ${QA_FWD}/script.js .
-cp ${QA_FWD}/fmd_favicon.png . 
-cp ${QA_FWD}/fmd_logo.png .
-
-
-#
-# EOF
-# 
-