Changeset 18069 for trunk/DataCheck
- Timestamp:
- 01/04/15 04:58:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunStar.sh
r17901 r18069 12 12 printprocesslog "INFO starting star_file.C for file "$2 13 13 14 echo "root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep"14 printprocesslog "DEBUG root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep" 15 15 check1=`root -q -b fact/analysis/star_file.C\("\"$2\""\,5.2\,3.3\,"\"$3\""\) | tee $logfile | intgrep` 16 16 … … 21 21 logfile=`echo $logfile | sed -e 's/images/merpp/g'` 22 22 23 echo "root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep"23 printprocesslog "DEBUG root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep" 24 24 check2=`root -q -b fact/analysis/merpp_file.C\("\"$4\""\) | tee $logfile | intgrep` 25 25 26 26 case $check2 in 27 27 0) printprocesslog "INFO merpp was successful for file "$4" (check2=$check2)" 28 `dirname $0`/RunGanymed.sh $4 28 29 ;; 29 30 *) printprocesslog "ERROR merpp_file.C failed for file "$4" -> check log "$logfile" (check2=$check2)"
Note:
See TracChangeset
for help on using the changeset viewer.