Changeset 18069 for trunk/DataCheck


Ignore:
Timestamp:
01/04/15 04:58:05 (10 years ago)
Author:
Daniela Dorner
Message:
added call of RunGanymed.sh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunStar.sh

    r17901 r18069  
    1212printprocesslog "INFO starting star_file.C for file "$2
    1313
    14 echo "root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep"
     14printprocesslog "DEBUG root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep"
    1515check1=`root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep`
    1616
     
    2121        logfile=`echo $logfile | sed -e 's/images/merpp/g'`
    2222       
    23         echo "root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep"
     23        printprocesslog "DEBUG root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep"
    2424        check2=`root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep`
    2525       
    2626        case $check2 in
    2727           0)   printprocesslog "INFO merpp was successful for file "$4" (check2=$check2)"
     28                `dirname $0`/RunGanymed.sh $4
    2829                ;;
    2930           *)   printprocesslog "ERROR merpp_file.C failed for file "$4" -> check log "$logfile"  (check2=$check2)"
Note: See TracChangeset for help on using the changeset viewer.