Ignore:
Timestamp:
05/05/10 10:03:14 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/showplot.cc

    r9576 r9580  
    4141    gLog << " Options: "<< endl;
    4242    gLog.Usage();
    43     gLog << "   -q                        Quit when job is finished" << endl;
    4443    gLog << endl;
    4544    gLog << " General Output Options: "<< endl;
     
    9291    gLog << " showplot -b --print --print-cmd='cat %f' filename.root > filename.ps" << endl;
    9392    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;
    9594    gLog << " showplot -b --save-as-ps --print=lp2 filename.root" << endl;
    9695    gLog << endl;
     
    164163    }
    165164
    166     const Bool_t kQuit       = arg.HasOnlyAndRemove("-q");
    167165    const Bool_t kBatch      = arg.HasOnlyAndRemove("-b");
    168166    const Bool_t kRoot       = arg.HasOnlyAndRemove("-r");
     
    308306    gLog << endl;
    309307
    310     if (kBatch || kQuit || (arg.GetNumArguments()>0 && d->GetNumTabs()==0))
     308    if (kBatch || (arg.GetNumArguments()>0 && d->GetNumTabs()==0))
    311309    {
    312310        delete d;
Note: See TracChangeset for help on using the changeset viewer.