Changeset 7503 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 02/14/06 15:40:16 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/checkfileavail.C
r7460 r7503 143 143 // || GetStatus(serv, rc, runno, "RunProcessStatus", "fTimingCorrection")=="1970-01-01 00:00:00" 144 144 || GetStatus(serv, rc, runno, "RunProcessStatus", "fRawFileAvail")=="") 145 return 0;145 return 2; 146 146 } 147 147 //if all values are okay (i.e. files are availabel), 1 is returned -
trunk/MagicSoft/Mars/datacenter/macros/checkstardone.C
r7460 r7503 101 101 //check if fStar not NULL for sequence 102 102 if (GetStatus(serv, rc, datasetno, "SequenceProcessStatus", "fStar")=="") 103 return 0;103 return 2; 104 104 105 105 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.