Index: trunk/DataCheck/QuickLook/RunStar.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunStar.sh	(revision 18068)
+++ trunk/DataCheck/QuickLook/RunStar.sh	(revision 18069)
@@ -12,5 +12,5 @@
 printprocesslog "INFO starting star_file.C for file "$2
 
-echo "root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep"
+printprocesslog "DEBUG root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep"
 check1=`root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep`
 
@@ -21,9 +21,10 @@
         logfile=`echo $logfile | sed -e 's/images/merpp/g'`
         
-        echo "root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep"
+        printprocesslog "DEBUG root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep"
         check2=`root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep`
         
         case $check2 in
            0)   printprocesslog "INFO merpp was successful for file "$4" (check2=$check2)"
+                `dirname $0`/RunGanymed.sh $4
                 ;;
            *)   printprocesslog "ERROR merpp_file.C failed for file "$4" -> check log "$logfile"  (check2=$check2)"
