]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/scripts/makelego.sh
added some missing const to compy with coding rules
[u/mrichter/AliRoot.git] / FMD / scripts / makelego.sh
CommitLineData
d389af40 1#!/bin/bash
2#
3# Shell script to do all the LEGO plots
4#
5for i in Inner ITS PIPE FMD Nothing ; do
6 aliroot -l -b -q FMD/scripts/MakeLego.C\(\"$i\"\)
7done
8
9root -l -q FMD/scripts/DrawLego.C
a1f80595 10# ____________________________________________________________________
11#
12# EOF
13#