]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/qa/periodQA.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / periodQA.sh
CommitLineData
27fcc3c7 1#!/bin/sh
5cd23d34 2if test "X$QA_FWD" = "X" ; then
3 QA_FWD=$ALICE_ROOT/PWGLF/FORWARD/analysis2/qa
4fi
27fcc3c7 5
6# 1: file
7# 2: data type
8# 3: year
9# 4: period
10# 5: pass
5cd23d34 11aliroot -l -b -q ${QA_FWD}/PeriodQA.C\(\"$1\",\"\",0,\"\",\"\"\)
12cp ${QA_FWD}/style.css .
13cp ${QA_FWD}/script.js .
14cp ${QA_FWD}/fmd_favicon.png .
15cp ${QA_FWD}/fmd_logo.png .
27fcc3c7 16
17
18#
19# EOF
20#
21