Ignore:
Timestamp:
01/27/09 14:01:48 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/macros
Files:
2 edited

Legend:

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

    r8996 r9278  
    102102        return 0;
    103103
    104     vals = Form("fDataSetNumber='%s', fDataSetInserted=Now()", number.Data());
     104    vals = Form("fDataSetNumber='%s', fPriority='%s', fDataSetInserted=Now()",
     105                number.Data(), number.Data());
    105106    rc = serv.Insert("DataSetProcessStatus", vals);
    106107
  • trunk/MagicSoft/Mars/datacenter/macros/plotoptical.C

    r9120 r9278  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.10 2008-08-15 12:14:52 dorner Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.11 2009-01-27 13:56:15 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    191191    plotalloptical(plot, source);
    192192    // Use this to create output plots automatically
    193     //  d->SaveAsRoot("plotoptical.root");
     193    d->SaveAsRoot("plotoptical.root");
    194194    //  d->SaveAsPS("plotoptical.ps");
    195195
     
    222222    plotalloptical(plot, source);
    223223    // Use this to create output plots automatically
    224     //  d->SaveAsRoot(plot+"plotoptical.root");
     224    d->SaveAsRoot("plotoptical.root");
    225225    //  d->SaveAsPS("plotoptical.ps");
    226226
     
    254254
    255255    // Use this to create output plots automatically
    256     //  d->SaveAsRoot("plotoptical.root");
     256    d->SaveAsRoot("plotoptical.root");
    257257    //  d->SaveAsPS("plotoptical.ps");
    258258
Note: See TracChangeset for help on using the changeset viewer.