]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/scripts/makelego.sh
Updating info for ACORDE and TRD
[u/mrichter/AliRoot.git] / FMD / scripts / makelego.sh
1 #!/bin/bash
2 #
3 # Shell script to do all the LEGO plots 
4 #
5 for i in Inner ITS PIPE FMD Nothing ; do 
6     aliroot -l -b -q FMD/scripts/MakeLego.C\(\"$i\"\)
7 done 
8
9 root -l -q FMD/scripts/DrawLego.C
10 # ____________________________________________________________________
11 #
12 # EOF
13 #