]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/Upgrade/macros/spaceChargeFluctuation.sh
o test
[u/mrichter/AliRoot.git] / TPC / Upgrade / macros / spaceChargeFluctuation.sh
1 #
2 # shell scipt to 
3 #
4 # arument 1 -  path to the aliroot iinitialization script
5 #
6 source $1 
7 aliroot -b -q $ALICE_ROOT/TPC/Upgrade/macros/spaceChargeFluctuation.C+
8 exit;
9
10
11
12 prefix="/hera/alice/local/filtered/alice/data/"
13 wdir=`pwd`
14 for a in `cat rawAll.list`; do
15     dname=`echo $a| sed s_"$prefix"__g| sed s_"/"_"\_"_g  | sed s_".root"__`
16     echo $a $dname
17     mkdir dname
18 done;
19