]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/QA/detectorQAscripts/T0.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / T0.sh
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 #  #ocdbStorage  e.g. "raw://", "local://./OCDB"
8
9 runLevelQA()
10 {
11   qaFile=$1
12
13   cp $ALICE_ROOT/T0/MakeTrendT0.C .
14   aliroot -b -q -l "MakeTrendT0.C(\"$qaFile\",${runNumber},\"${ocdbStorage}\")" 
15 }
16
17 periodLevelQA()
18 {
19   trendingFile=$1
20
21   cp $ALICE_ROOT/T0/drawPerformanceT0QATrends.C .
22   aliroot -b -q -l "drawPerformanceT0QATrends.C(\"$trendingFile\")"
23 }