]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Some comentaries and options added
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Apr 2008 12:47:35 +0000 (12:47 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Apr 2008 12:47:35 +0000 (12:47 +0000)
PWG4/macros/ana.sh

index 00a6c2ac7cb78437893cd6cd33663f89b8d0cd9a..4dcbe569abed66911d9f291d89a8ca8f04797af6 100755 (executable)
@@ -6,10 +6,22 @@
 # Created by schutz on 09.04.08.
 # Copyright 2008 ALICE. All rights reserved.
 
-export INDIR=$1
+#Analysis mode, 0 local, 1 localCAF, 2 PROOF, 3 GRID
+export MODE=$1
+
+#Local mode parameters
+#Data root directory
+export INDIR=$2
+#Pattern of data directory name
 export PATTERN=Run
-export NEVENT=$2
-export MODE=$3
+#Number of files to analyze
+export NEVENT=$3
+
+#GRID mode parameters
+#name of xml file
+export XML=$2
+
+#Do the analysis
 alienroot -b  <<EOF
 .L anaGammaAnalysis.C
 anaGammaAnalysis($MODE)