Changeset 14193 for trunk/DataCheck


Ignore:
Timestamp:
06/19/12 18:26:44 (12 years ago)
Author:
Daniela Dorner
Message:
adapted for new processing
File:
1 edited

Legend:

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

    r13049 r14193  
    3636
    3737# run callisto
    38 printprocesslog "INFO starting callisto5.C for sequence "$seqnum
     38printprocesslog "INFO starting callisto6.C for sequence "$seqnum
    3939setstatus "start"
    4040
    41 check1=`root -q -b fact/callisto5.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`
     41check1=`root -q -b fact/callisto6.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 callisto5.C failed for sequence "$seqnum" (check1=$check1)"
     46   *)   printprocesslog "ERROR callisto6.C failed for sequence "$seqnum" (check1=$check1)"
    4747        check=$check1
    4848        ;;
Note: See TracChangeset for help on using the changeset viewer.