]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/detectorQAscripts/V0.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / V0.sh
index 4a76b01af4f85a45973174a2fc6b3347aa995540..0f451c540ec65b1ff3e29a33abe6c2ed4ad4404e 100755 (executable)
@@ -1,18 +1,16 @@
-
+detectorQAcontainerName="VZERO"
 
 runLevelQA()
 {
        qaFile=$1
-       detectorQAcontainerName="VZERO"
        cp $ALICE_ROOT/PWGPP/VZERO/trending/MakeTrendingV0QA.C .
-       aliroot -q -b -l .x "MakeTrendingV0QA.C(\"${qaFile}\",${runNumber},\"${ocdbStorage}\",kFALSE,KFALSE)"
+       aliroot -q -b -l .x "MakeTrendingV0QA.C(\"${qaFile}\",${runNumber},\"${ocdbStorage}\",kFALSE,kFALSE)"
        #first booleen for Grid connection (true == connection in maketrending) and last boolen for print histo
 }
 
 periodLevelQA()
 {
        trendingFile=$1
-       detectorQAcontainerName="VZERO"
        cp $ALICE_ROOT/PWGPP/VZERO/trending/DrawTrendingV0QA.C .
        aliroot -q -b -l .x "DrawTrendingV0QA.C(\"${trendingFile}\")"
 }