Index: trunk/DataCheck/QuickLook/RunStar.sh
===================================================================
--- trunk/DataCheck/QuickLook/RunStar.sh	(revision 17153)
+++ trunk/DataCheck/QuickLook/RunStar.sh	(revision 17154)
@@ -19,13 +19,13 @@
 printprocesslog "INFO starting star.C for sequence "$seqnum
 
-check1=`root -q -b fact/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
+check1=`root -q -b fact/analysis/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`
 
 case $check1 in
    0)   printprocesslog "INFO star was successful for sequence "$seqnum" (check1=$check1)"
         # run merpp
-        printprocesslog "INFO starting merpp3.C for sequence "$seqnum
+        printprocesslog "INFO starting merpp.C for sequence "$seqnum
         logfile=$outpath"/"$seqnum"-merpp.log"
         
-        check1=`root -q -b fact/merpp3.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
+        check1=`root -q -b fact/analysis/merpp.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
         
         case $check1 in
