Ignore:
Timestamp:
07/30/13 13:48:04 (11 years ago)
Author:
Daniela Dorner
Message:
adapted paths for macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/RunCallisto.sh

    r14193 r16990  
    3939setstatus "start"
    4040
    41 check1=`root -q -b fact/callisto6.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     41check1=`root -q -b fact/analysis/callisto.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
    4242
    4343case $check1 in
    4444   0)   printprocesslog "INFO callisto was successful for sequence "$seqnum" (check1=$check1)"
    4545        ;;
    46    *)   printprocesslog "ERROR callisto6.C failed for sequence "$seqnum" (check1=$check1)"
     46   *)   printprocesslog "ERROR callisto.C failed for sequence "$seqnum" (check1=$check1)"
    4747        check=$check1
    4848        ;;
Note: See TracChangeset for help on using the changeset viewer.