Changeset 16990 for trunk/DataCheck/Processing
- Timestamp:
- 07/30/13 13:48:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/RunCallisto.sh
r14193 r16990 39 39 setstatus "start" 40 40 41 check1=`root -q -b fact/ callisto6.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`41 check1=`root -q -b fact/analysis/callisto.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 6.C failed for sequence "$seqnum" (check1=$check1)"46 *) printprocesslog "ERROR callisto.C failed for sequence "$seqnum" (check1=$check1)" 47 47 check=$check1 48 48 ;;
Note:
See TracChangeset
for help on using the changeset viewer.