Changeset 7019


Ignore:
Timestamp:
05/12/05 16:17:34 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C

    r7010 r7019  
    104104}
    105105
    106 
    107106int Process(MSQLServer &serv, TString fname, Bool_t dummy)
    108107{
     
    235234    if (!ExistStr(serv, "fSequenceFirst", "MyMagic.Calibration", seq))
    236235    {
    237 
    238236        query = Form("INSERT MyMagic.Calibration SET"
    239237                     " fSequenceFirst=%d,"
     
    283281    }
    284282
    285     cout << "q: " << query << endl;
    286 
    287283    if (dummy)
    288284        return 0;
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r6970 r7019  
    4343datetime=`date +%F-%H-%M-%S`
    4444year=`date +%Y`
    45 pno=8 # number of processes, i.e. number of todo-files
     45pno=24 # number of processes, i.e. number of todo-files
    4646
    4747todofile=/magic/datacenter/lists/ToDo-$table-$column
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r6934 r7019  
    4242datetime=`date +%F-%H-%M-%S`
    4343year=`date +%Y`
    44 pno=8 # number of processes, i.e. number of todo-files
     44pno=24 # number of processes, i.e. number of todo-files
    4545
    4646todofile=/magic/datacenter/lists/ToDo-$table-$column
     
    9191
    9292echo "checking if other todo-files are there" >> $scriptlog 2>&1
    93 if  ls $todofile-[1-9].txt >> $scriptlog 2>&1
     93if  ls $todofile-[1-9]*.txt >> $scriptlog 2>&1
    9494then
    9595   echo "other file(s) on disk " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.