Index: trunk/DataCheck/QuickLook/Step1.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step1.sh	(revision 18268)
+++ trunk/DataCheck/QuickLook/Step1.sh	(revision 18269)
@@ -286,11 +286,8 @@
                rsync_aux_file $tempfilenewdaq $tempfile
                rsync_aux_file $humfilenewdaq $humfile
-               if [ -e $drstime ]
-               then
-                  calfile=$calpath"/"$date"_"$runnum"_C.root"
-                  printprocesslog "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" drs-time "$drstime" outpath "$outpath" calfile "$calfile
-                  #echo "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" drs-time "$drstime" outpath "$outpath" calfile "$calfile
-                  `dirname $0`/RunCallisto.sh "drun" $callistolog $localfile $drscalib $drstime $calpath $calfile &
-               fi
+               
+               calfile=$calpath"/"$date"_"$runnum"_C.root"
+               printprocesslog "INFO starting RunCallisto.sh for drun "$localfile" logfile "$callistolog" drs-calib "$drscalib" outpath "$outpath" calfile "$calfile
+               `dirname $0`/RunCallisto.sh "drun" $callistolog $localfile $drscalib $calpath $calfile &
             fi
             continue
@@ -336,5 +333,5 @@
             #fi
             ;;
-         drs-time) # treat C-runs
+         drs-time) # treat drs-time runs
             # do drs-timing calibration
             drstime=$calpath"/"$date"_"$runnum"-drstime.root"
