]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/QA/detectorQAscripts/TOF.sh
add docs on settable ocdbStorage + modify T0 script to allow setting of local ocdb
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / TOF.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/PWGPP/TOF/trending/MakeTrendingTOFQA.C .
14   aliroot -b -q -l "MakeTrendingTOFQA.C(\"$qaFile\",${runNumber})" 
15 }
16
17 periodLevelQA()
18 {
19   trendingFile=$1
20
21   cp $ALICE_ROOT/PWGPP/TOF/trending/DrawTrendingTOFQA.C .
22   aliroot -b -q -l "DrawTrendingTOFQA.C(\"trending.root\")"
23 }