Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7944 r7954 51 51 echo "producing plots: " >> $scriptlog 2>&1 52 52 printprocesslog "INFO producing data quality plots" 53 check0=`root -q -b $macrospath/plotdb.C+\(\) | tee -a $scriptlog | grep int | sed -e 's/.*(int)//'`53 check0=`root -q -b $macrospath/plotdb.C+\(\) | tee -a $scriptlog | intgrep` 54 54 55 55 case $check0 in … … 98 98 makedir $outpath >> $scriptlog 2>&1 99 99 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` 101 101 echo " check1: "$check1 >> $scriptlog 2>&1 102 102 newpsfile=$outpath/plotdb$nr.ps
Note:
See TracChangeset
for help on using the changeset viewer.