]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/scripts/README
M submitMerging.sh - Using groups for jobs submitting
[u/mrichter/AliRoot.git] / TPC / scripts / README
index ccd35a0a6ec4af4795c698ff505331bde14629ea..da0ebce397eb07a29ed660e1bad55c7b9cb531b0 100644 (file)
@@ -1,5 +1,4 @@
-
-ABOUT:
+cdABOUT:
 Authors: Jens Wiechula 
          Marian Ivanov (marian.ivanov@cern.ch)
  
@@ -29,10 +28,11 @@ Do the following:
    1.a) gui dependend variables
         export SCRIPTDIR=$ALICE_ROOT/TPC/scripts
         export PATH=$SCRIPTDIR:$PATH
+       source $ALICE_ROOT/TPC/scripts/guiEnv.sh
    1.b) Modify your guiEnv.sh script in $SCRIPTDIR
    1.c) Run: source guiEnv.sh debug    
    1.d) Check the output of script. All checks has to be OK.
-   
+     
 2. Run tree creation (Jens Wiechula scripts) Options:
    2.a)  Run on a list of run numbers with name 'list.txt', one run number per line
          makeCalibTree -l list.txt
@@ -45,16 +45,17 @@ Do the following:
 
 3. Run tree creation for extended statistic. This part can be run only if batchcommand specified.  (Marian Ivanov part of scripts)
    WARNING  this is just example usage of expert mode:
-
-   ifirst=70000;       
-   ilast=90000;
-   step=500;
+   bgroup=/bgui
+   ifirst=79000        
+   ilast=102000
+   step=250
    runList=`pwd`/run.list
+   bgadd $bgroup
    for ((  startRun=$ifirst; startRun<$ilast; startRun=startRun+$step )) ; do 
       let endRun=$startRun+$step 
       echo $startRun $endRun   
-       echo $BATCHCOMMAND -oo $GUI_OUTDIR/logs/out$startRun.log -eo $GUI_OUTDIR/logs/err$startRun.out makeCalibTree.sh $runList $startRun $endRun;
-    $BATCHCOMMAND -oo $GUI_OUTDIR/logs/out$startRun.log -eo $GUI_OUTDIR/logs/err$startRun.out makeCalibTree.sh $runList $startRun $endRun;    
+       echo $BATCHCOMMAND -g $bgroup -oo $GUI_OUTDIR/logs/out$startRun.log -eo $GUI_OUTDIR/logs/err$startRun.log makeCalibTree.sh $runList $startRun $endRun;
+    $BATCHCOMMAND -g $bgroup -oo $GUI_OUTDIR/logs/out$startRun.log -eo $GUI_OUTDIR/logs/err$startRun.log  makeCalibTree.sh $runList $startRun $endRun;    
    done;
 
 4. Start the GUI browser. This should work always (even on your laptop).