]> git.uio.no Git - u/mrichter/AliRoot.git/blame - 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
CommitLineData
27fcc3c7 1#!/bin/sh
2fwd=${ALICE_ROOT}/PWGLF/FORWARD/analysis2
3fwd=$ANA_SRC
4
5# 1: file
6# 2: data type
7# 3: year
8# 4: period
9# 5: pass
10aliroot -l -b -q ${fwd}/qa/PeriodQA.C\(\"$1\",\"\",0,\"\",\"\"\)
11cp ${fwd}/qa/style.css .
12cp ${fwd}/qa/script.js .
13cp ${fwd}/qa/fmd_favicon.png .
14cp ${fwd}/qa/fmd_logo.png .
15
16
17#
18# EOF
19#
20