Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7944 r7954 43 43 set -C 44 44 45 scriptlog=$runlogpath/ run$program-$datetime.log45 scriptlog=$runlogpath/$program-$datetime.log 46 46 date >> $scriptlog 2>&1 47 47 … … 85 85 printprocesslog "INFO starting fillcalib for sequence $sequence" 86 86 87 check1=`root -q -b $macrospath/fillcalib.C+\("\"$calibfile\""\,kFALSE\) | tee $fillcaliblog | grep int | sed -e 's/(int)//'`87 check1=`root -q -b $macrospath/fillcalib.C+\("\"$calibfile\""\,kFALSE\) | tee $fillcaliblog | intgrep` 88 88 89 89 case $check1 in … … 105 105 106 106 printprocesslog "INFO starting fillsignal for sequence $sequence" 107 check2=`root -q -b $macrospath/fillsignal.C+\("\"$signalfile\""\,kFALSE\) | tee $fillsignallog | grep int | sed -e 's/(int)//'`107 check2=`root -q -b $macrospath/fillsignal.C+\("\"$signalfile\""\,kFALSE\) | tee $fillsignallog | intgrep` 108 108 case $check2 in 109 109 1) echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.