Ignore:
Timestamp:
02/14/06 15:40:16 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/checkfileavail.C

    r7460 r7503  
    143143//            || GetStatus(serv, rc, runno, "RunProcessStatus", "fTimingCorrection")=="1970-01-01 00:00:00"
    144144            || GetStatus(serv, rc, runno, "RunProcessStatus", "fRawFileAvail")=="")
    145             return 0;
     145            return 2;
    146146    }
    147147    //if all values are okay (i.e. files are availabel), 1 is returned
  • trunk/MagicSoft/Mars/datacenter/macros/checkstardone.C

    r7460 r7503  
    101101    //check if fStar not NULL for sequence
    102102    if (GetStatus(serv, rc, datasetno, "SequenceProcessStatus", "fStar")=="")
    103         return 0;
     103        return 2;
    104104
    105105    return 1;
Note: See TracChangeset for help on using the changeset viewer.