]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/QA/detectorQAscripts/V0.sh
adding scripts and macros for V0 automatic QA and trending
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / V0.sh
1
2
3 runLevelQA()
4 {
5         qaFile=$1
6         detectorQAcontainerName="VZERO"
7         cp $ALICE_ROOT/PWGPP/VZERO/trending/MakeTrendingV0QA.C .
8         aliroot -q -b -l .x "MakeTrendingV0QA.C(\"${qaFile}\",${runNumber},\"${ocdbStorage}\",kFALSE,KFALSE)"
9         #first booleen for Grid connection (true == connection in maketrending) and last boolen for print histo
10 }
11
12 periodLevelQA()
13 {
14         trendingFile=$1
15         detectorQAcontainerName="VZERO"
16         cp $ALICE_ROOT/PWGPP/VZERO/trending/DrawTrendingV0QA.C .
17         aliroot -q -b -l .x "DrawTrendingV0QA.C(\"${trendingFile}\")"
18 }