]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/schema/checkAll.sh
possibility to test a single subdetector
[u/mrichter/AliRoot.git] / SHUTTLE / schema / checkAll.sh
CommitLineData
8353cf5b 1#!/bin/bash
2
3export DETS="ACO EMC FMD HMP MCH MTR PHS CPV PMD SPD SDD SSD TOF TPC TRD T00 V00 ZDC GRP"
4
4bde6625 5if [ -n "$1" ]
6then
7 DETS=$*
8fi
9
8353cf5b 10for I in $DETS
11do
12 echo $I
13 aliroot -b -q TestDPs.C\(\"$I\",1210083077,1210083078\) > $I.out 2>&1
14done
15