]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/macros/ana.sh
00a6c2ac7cb78437893cd6cd33663f89b8d0cd9a
[u/mrichter/AliRoot.git] / PWG4 / macros / ana.sh
1 #!/bin/bash
2
3 # ana.sh
4
5 #
6 # Created by schutz on 09.04.08.
7 # Copyright 2008 ALICE. All rights reserved.
8
9 export INDIR=$1
10 export PATTERN=Run
11 export NEVENT=$2
12 export MODE=$3
13 alienroot -b  <<EOF
14 .L anaGammaAnalysis.C
15 anaGammaAnalysis($MODE)
16 EOF