Ignore:
Timestamp:
05/09/07 17:05:15 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8193 r8482  
    2020#   Author(s): Daniela Dorner  08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2006
     22#   Copyright: MAGIC Software Development, 2000-2007
    2323#
    2424#
     
    3333# the macro checkstardone.C
    3434# If this was successful, the status is inserted into the database using
    35 # the macro setstatus.C
     35# the function setstatus.
    3636#
    3737
     
    6868   no=`printf %08d $dataset | cut -c 0-5`
    6969   no2=`printf %08d $dataset`
    70    var1=$no
    71    var2=$dataset
    7270   datasetpathcpl=$datasetpath/$no
    7371   makedir $datasetpathcpl >> $scriptlog 2>&1
     
    7573   makedir $writedatasetfilelogpath >> $scriptlog 2>&1
    7674   logfile=$writedatasetfilelogpath/$program-$no2.log
     75
     76   primvar=$dataset
     77   setstatus "start" >> $scriptlog 2>&1
    7778   
    7879   check1=`root -q -b $macrospath/writedatasetfile.C+\($dataset\,\""$datasetpathcpl\""\) | tee $logfile | intgrep`
Note: See TracChangeset for help on using the changeset viewer.