Changeset 17154 for trunk/DataCheck
- Timestamp:
- 09/09/13 15:50:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunStar.sh
r15386 r17154 19 19 printprocesslog "INFO starting star.C for sequence "$seqnum 20 20 21 check1=`root -q -b fact/ star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep`21 check1=`root -q -b fact/analysis/star.C\("\"$seqfile\""\,4.0\,2.5\,"\"$inpath\""\,"\"$outpath\""\) | tee $logfile | intgrep` 22 22 23 23 case $check1 in 24 24 0) printprocesslog "INFO star was successful for sequence "$seqnum" (check1=$check1)" 25 25 # run merpp 26 printprocesslog "INFO starting merpp 3.C for sequence "$seqnum26 printprocesslog "INFO starting merpp.C for sequence "$seqnum 27 27 logfile=$outpath"/"$seqnum"-merpp.log" 28 28 29 check1=`root -q -b fact/ merpp3.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep`29 check1=`root -q -b fact/analysis/merpp.C\("\"$seqfile\""\,"\"$outpath\""\) | tee $logfile | intgrep` 30 30 31 31 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.