]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/QA/detectorQAscripts/EVS.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / EVS.sh
CommitLineData
c0d2a42f 1runLevelEventStatQA()
2{
3 eventStatFile=$1
4
5 cp $ALICE_ROOT/PWGPP/EVS/runLevelEventStatQA.C .
9e6d6989 6 cp $ALICE_ROOT/PWGPP/EVS/triggerInfo.C .
73af8989 7 aliroot -b -q -l "runLevelEventStatQA.C(\"$eventStatFile\",${runNumber},\"${ocdbStorage}\")"
c0d2a42f 8}
9
10periodLevelQA()
11{
12 trendingFile=$1
13
14 cp $ALICE_ROOT/PWGPP/EVS/periodLevelQA.C .
15 aliroot -b -q -l "periodLevelQA.C(\"trending.root\")"
16}