Ignore:
Timestamp:
08/29/06 09:08:55 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots

    r7944 r7954  
    5151echo "producing plots: " >> $scriptlog 2>&1
    5252printprocesslog "INFO producing data quality plots"
    53 check0=`root -q -b $macrospath/plotdb.C+\(\) | tee -a $scriptlog | grep int | sed -e 's/.*(int)//'`
     53check0=`root -q -b $macrospath/plotdb.C+\(\) | tee -a $scriptlog | intgrep`
    5454
    5555case $check0 in
     
    9898   makedir $outpath >> $scriptlog 2>&1
    9999   rm -v $plotlog >> $scriptlog 2>&1
    100    check1=`root -q -b $macrospath/plotdb.C+\("\"$datasetfile\""\) 2>>$plotlog | tee -a $scriptlog | grep int | sed -e 's/.*(int)//'`
     100   check1=`root -q -b $macrospath/plotdb.C+\("\"$datasetfile\""\) 2>>$plotlog | tee -a $scriptlog | intgrep`
    101101   echo " check1: "$check1 >> $scriptlog 2>&1
    102102   newpsfile=$outpath/plotdb$nr.ps
Note: See TracChangeset for help on using the changeset viewer.