]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/periodQA.sh
Some new script (ROOT and shell) for new centralized QA
[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
new file mode 100755 (executable)
index 0000000..ddca54a
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+fwd=${ALICE_ROOT}/PWGLF/FORWARD/analysis2
+fwd=$ANA_SRC
+
+# 1: file
+# 2: data type 
+# 3: year
+# 4: period
+# 5: pass 
+aliroot -l -b -q ${fwd}/qa/PeriodQA.C\(\"$1\",\"\",0,\"\",\"\"\)
+cp ${fwd}/qa/style.css .
+cp ${fwd}/qa/script.js .
+cp ${fwd}/qa/fmd_favicon.png . 
+cp ${fwd}/qa/fmd_logo.png .
+
+
+#
+# EOF
+# 
+