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/fillcallisto

    r7944 r7954  
    4343set -C
    4444
    45 scriptlog=$runlogpath/run$program-$datetime.log
     45scriptlog=$runlogpath/$program-$datetime.log
    4646date >> $scriptlog 2>&1
    4747
     
    8585   printprocesslog "INFO starting fillcalib for sequence $sequence"
    8686
    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`
    8888
    8989   case $check1 in
     
    105105
    106106   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`
    108108   case $check2 in
    109109      1)   echo " check2=$check2 -> everything ok " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.