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