]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/QA/detectorQAscripts/EVS.sh
Physics selection QA added in the QA framework
[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 .
6 aliroot -b -q -l "runLevelEventStatQA.C(\"$eventStatFile\",${runNumber})"
7}
8
9periodLevelQA()
10{
11 trendingFile=$1
12
13 cp $ALICE_ROOT/PWGPP/EVS/periodLevelQA.C .
14 aliroot -b -q -l "periodLevelQA.C(\"trending.root\")"
15}