Changeset 14193 for trunk/DataCheck
- Timestamp:
- 06/19/12 18:26:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/RunCallisto.sh
r13049 r14193 36 36 37 37 # run callisto 38 printprocesslog "INFO starting callisto 5.C for sequence "$seqnum38 printprocesslog "INFO starting callisto6.C for sequence "$seqnum 39 39 setstatus "start" 40 40 41 check1=`root -q -b fact/callisto 5.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`41 check1=`root -q -b fact/callisto6.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep` 42 42 43 43 case $check1 in 44 44 0) printprocesslog "INFO callisto was successful for sequence "$seqnum" (check1=$check1)" 45 45 ;; 46 *) printprocesslog "ERROR callisto 5.C failed for sequence "$seqnum" (check1=$check1)"46 *) printprocesslog "ERROR callisto6.C failed for sequence "$seqnum" (check1=$check1)" 47 47 check=$check1 48 48 ;;
Note:
See TracChangeset
for help on using the changeset viewer.