]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/onlineReco.sh
I discovered a nasty bug in CORRFW/AliCFGridSparse.cxx:
[u/mrichter/AliRoot.git] / MONITOR / onlineReco.sh
index be14e5cfdab0e5a26e4e27d07c12d2aaf62d1fc4..1798bb9859c4cbf1f7785388f196ca7edea2fc96 100644 (file)
@@ -64,13 +64,13 @@ then
     while [ 1 ] 
       do
       cd $RECO_DIR
-      aliroot -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"listen\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log
+      aliroot -b -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"listen\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log
          RUNNUMBER=`grep "I-AliCDBManager::Print: Run number =" rec.log | cut -d ";" -f 1 | awk '{print $5}'`
          mv rec.log log/run$RUNNUMBER.log
     done
 else
       cd $RECO_DIR
-      aliroot -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"$1\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log
+      aliroot -b -q $ALICE_ROOT/MONITOR/onlineReco.C\(\"$1\",\"$ALICE_ROOT/test/cosmic/rec.C\"\) | tee rec.log
          RUNNUMBER=`grep "I-AliCDBManager::Print: Run number =" rec.log | cut -d ";" -f 1 | awk '{print $5}'`
          mv rec.log log/run$RUNNUMBER.log
 fi