Changeset 9278 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 01/27/09 14:01:48 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/insertdataset.C
r8996 r9278 102 102 return 0; 103 103 104 vals = Form("fDataSetNumber='%s', fDataSetInserted=Now()", number.Data()); 104 vals = Form("fDataSetNumber='%s', fPriority='%s', fDataSetInserted=Now()", 105 number.Data(), number.Data()); 105 106 rc = serv.Insert("DataSetProcessStatus", vals); 106 107 -
trunk/MagicSoft/Mars/datacenter/macros/plotoptical.C
r9120 r9278 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.1 0 2008-08-15 12:14:52 dornerExp $2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.11 2009-01-27 13:56:15 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 191 191 plotalloptical(plot, source); 192 192 // Use this to create output plots automatically 193 //d->SaveAsRoot("plotoptical.root");193 d->SaveAsRoot("plotoptical.root"); 194 194 // d->SaveAsPS("plotoptical.ps"); 195 195 … … 222 222 plotalloptical(plot, source); 223 223 // Use this to create output plots automatically 224 // d->SaveAsRoot(plot+"plotoptical.root");224 d->SaveAsRoot("plotoptical.root"); 225 225 // d->SaveAsPS("plotoptical.ps"); 226 226 … … 254 254 255 255 // Use this to create output plots automatically 256 //d->SaveAsRoot("plotoptical.root");256 d->SaveAsRoot("plotoptical.root"); 257 257 // d->SaveAsPS("plotoptical.ps"); 258 258
Note:
See TracChangeset
for help on using the changeset viewer.