Changeset 6970 for trunk


Ignore:
Timestamp:
04/21/05 17:24:22 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6969 r6970  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23
     24 2005/04/21 Daniela Dorner
     25
     26    * datacenter/scripts/runcallisto:
     27      - fixed choice of todofile
     28     
     29    * datacenter/scripts/copyscript:
     30      - adapted some paths
     31     
     32    * datacenter/macros/filldotrun.C:
     33      - added 6 new arehucas versions
     34
     35
    2336
    2437 2005/04/21 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/macros/filldotrun.C

    r6933 r6970  
    3737//   040518-0, 040727-0,
    3838//   041113-0, 041209-0, 041221-0
     39//   050224-0, 050317-0, 050322-0, 050401-0, 050413-0, 050415-0
    3940//
    4041// Usage:
     
    178179        && version!=200407270 && version!=200411130 &&
    179180        version!=200412090 && version!=200412210 &&
    180         version!=200503220 && version!=200504010)
     181        version!=200502240 && version!=200503170 && version!=200503220 &&
     182        version!=200504010 && version!=200504130 && version!=200504150)
    181183    {
    182184        cout << filename << ": File Version unknown - please update the macro!" << endl;
     
    444446        Int_t calibrationscriptkey=1;
    445447        if (version==200411130 || version==200412090 || version==200412210
    446             || version==200503220 || version==200504010)
     448            || version==200502240 || version==200503170 || version==200503220
     449            || version==200504010 || version==200504130 || version==200504150)
    447450        {
    448451            // ========== Col 19-35: DC and HV-values, mjd =========
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r6936 r6970  
    174174      if grep "$filename: OK" $transdir/.check  >> $scriptlog 2>&1
    175175      then
    176          newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
     176         newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
    177177         echo "file (new path): "$newfile >> $scriptlog 2>&1
    178178         newpath=`dirname $newfile`
     
    194194         then
    195195            echo "found rbk-file $filename"  >> $scriptlog 2>&1
    196             checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$date-log.txt | grep int | sed -e 's/(int)//'`
     196            checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'`
    197197            case $checkfillrbk in
    198198               1) echo "checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1
     
    205205         then
    206206            echo "found run-file $filename" >> $scriptlog 2>&1
    207             checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$date-log.txt  | grep int | sed -e 's/(int)//'`
     207            checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt  | grep int | sed -e 's/(int)//'`
    208208            case $checkfillrun in
    209209               1) echo "checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1
     
    247247rm -v $transdir/.check >> $scriptlog 2>&1
    248248
     249#rsync -av $transdir/ $extern >> $scriptlog 2>&1
    249250rsync -av --delete $transdir/ $extern >> $scriptlog 2>&1
    250251
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r6934 r6970  
    9292
    9393echo "checking if other todo-files are there" >> $scriptlog 2>&1
    94 if  ls $todofile-[1-9].txt >> $scriptlog 2>&1
     94if  ls $todofile-[1-9]*.txt >> $scriptlog 2>&1
    9595then
    9696   echo "other file(s) on disk " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.