]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/qa/runQA.sh
Updating configuration for ACORDE and TRD.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / runQA.sh
1 #!/bin/sh
2 fwd=${ALICE_ROOT}/PWGLF/FORWARD/analysis2
3 fwd=$ANA_SRC
4
5 # 1: file
6 # 2: data type 
7 # 3: year
8 # 4: period
9 # 5: pass 
10 # 6: run
11 aliroot -l -b -q ${fwd}/qa/RunQA.C\(\"$1\",\"$2\",$3,\"$4\",\"$5\",$6\)
12 cp ${fwd}/qa/style.css .
13 cp ${fwd}/qa/script.css .
14 cp ${fwd}/qa/fmd_favicon.png . 
15 cp ${fwd}/qa/fmd_logo.png .
16
17 #
18 # EOF
19
20