]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/QA/detectorQAscripts/TOF.sh
Updated TOF script for QA trending
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / TOF.sh
CommitLineData
93e1d132 1#available variables:
2# $dataType e.g. data or sim
3# $year e.g. 2011
4# $period e.g. LHC13g
5# $runNumber e.g. 169123
6# $pass e.g. cpass1,pass1,passMC
7
8runLevelQA()
9{
10 qaFile=$1
11
d8bd4da3 12 cp $ALICE_ROOT/PWGPP/TOF/trending/MakeTrendingTOFQA.C .
13 aliroot -b -q -l "MakeTrendingTOFQA.C(\"$qaFile\",${runNumber})"
93e1d132 14}
15
16periodLevelQA()
17{
18 trendingFile=$1
19
d8bd4da3 20 cp $ALICE_ROOT/PWGPP/TOF/trending/DrawTrendingTOFQA.C .
21 aliroot -b -q -l "DrawTrendingTOFQA.C(\"trending.root\")"
93e1d132 22}