Ignore:
Timestamp:
09/25/06 10:04:17 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

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

    r7944 r7966  
    199199do
    200200   #continue, if directory has already linked C and P run
    201    $cont=`ls $dir/*_0000[12]_[CP]_MonteCarlo_E.root | wc -w`
     201   cont=`ls $dir/*_0000[12]_[CP]_MonteCarlo_E.root | wc -w`
    202202   if [ "$cont" == "2" ] >> $scriptlog 2>&1
    203203   then
  • trunk/MagicSoft/Mars/datacenter/scripts/mcsequences

    r7944 r7966  
    8383   printprocesslog "INFO writing sequencefile $sequfile"
    8484   
    85    echo "Sequence:        $firstrun" > $sequfile
     85   echo "Sequence:        $firstrun" |> $sequfile
    8686   echo "Night:           $date" >> $sequfile
    8787   echo "" >> $sequfile
Note: See TracChangeset for help on using the changeset viewer.