]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/detectorQAscripts/T0.sh
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGPP / QA / detectorQAscripts / T0.sh
diff --git a/PWGPP/QA/detectorQAscripts/T0.sh b/PWGPP/QA/detectorQAscripts/T0.sh
deleted file mode 100755 (executable)
index 8aaf93e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#available variables:
-#  $dataType     e.g. data or sim
-#  $year         e.g. 2011
-#  $period       e.g. LHC13g
-#  $runNumber     e.g. 169123
-#  $pass         e.g. cpass1,pass1,passMC
-#  #ocdbStorage  e.g. "raw://", "local://./OCDB"
-
-runLevelQA()
-{
-  qaFile=$1
-
-  cp $ALICE_ROOT/T0/MakeTrendT0.C .
-  aliroot -b -q -l "MakeTrendT0.C(\"$qaFile\",${runNumber},\"${ocdbStorage}\")" 
-}
-
-periodLevelQA()
-{
-  trendingFile=$1
-
-  cp $ALICE_ROOT/T0/drawPerformanceT0QATrends.C .
-  aliroot -b -q -l "drawPerformanceT0QATrends.C(\"$trendingFile\")"
-}