]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AlirootRun_MUONtest.sh
- Adding hits pattern in trigger chambers in AliMUONTrack (Diego)
[u/mrichter/AliRoot.git] / MUON / AlirootRun_MUONtest.sh
index 760805a5efee9bee91bb8bbefcec1c0905dc75d1..0afbc0dbbf6d2eea22b50538ec063d2b456aabc5 100755 (executable)
@@ -59,12 +59,16 @@ MuonRec.SetLoadAlignData("MUON");
 // Use the following to disconnect the status map creation (only for debug!)
 // as this speeds up startup a bit...
 //MuonRec.SetOption("MUON","NOSTATUSMAP");
+// Use the following to write to disk the digits (from raw data)
+//MuonRec.SetOption("MUON","SAVEDIGITS");
 MuonRec.Run();
 .q
 EOF
 
-echo "Moving Digits files back ..."
-mv MUON.Digits/MUON.Digits.root . 
+if [ ! -e MUON.Digits.root ]; then
+    echo "Moving Digits files back ..."
+    mv MUON.Digits/MUON.Digits.root .
+fi 
 
 echo "Running Trigger efficiency  ..."
 aliroot -b >& testTriggerResults.out << EOF