Changeset 9580 for trunk/MagicSoft/Mars/showplot.cc
- Timestamp:
- 05/05/10 10:03:14 (16 years ago)
- File:
-
- 1 edited
-
trunk/MagicSoft/Mars/showplot.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/showplot.cc
r9576 r9580 41 41 gLog << " Options: "<< endl; 42 42 gLog.Usage(); 43 gLog << " -q Quit when job is finished" << endl;44 43 gLog << endl; 45 44 gLog << " General Output Options: "<< endl; … … 92 91 gLog << " showplot -b --print --print-cmd='cat %f' filename.root > filename.ps" << endl; 93 92 gLog << " showplot -b --save-as-ps filename.root" << endl; 94 gLog << " showplot - q--save-as-gif=tab5.gif --tab=5 filename.root" << endl;93 gLog << " showplot -b --save-as-gif=tab5.gif --tab=5 filename.root" << endl; 95 94 gLog << " showplot -b --save-as-ps --print=lp2 filename.root" << endl; 96 95 gLog << endl; … … 164 163 } 165 164 166 const Bool_t kQuit = arg.HasOnlyAndRemove("-q");167 165 const Bool_t kBatch = arg.HasOnlyAndRemove("-b"); 168 166 const Bool_t kRoot = arg.HasOnlyAndRemove("-r"); … … 308 306 gLog << endl; 309 307 310 if (kBatch || kQuit ||(arg.GetNumArguments()>0 && d->GetNumTabs()==0))308 if (kBatch || (arg.GetNumArguments()>0 && d->GetNumTabs()==0)) 311 309 { 312 310 delete d;
Note:
See TracChangeset
for help on using the changeset viewer.
