Ignore:
Timestamp:
03/18/08 17:41:53 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8767 r8882  
    5151    gLog << " Operation Mode:" << endl;
    5252    gLog << "   --force-theta             Force execution even with non-fitting theta distributions." << endl;
     53    gLog << "   --force-runtime           Force usage of runtime instead of eff. observation time." << endl;
    5354    gLog << endl;
    5455    gLog << " Options:" << endl;
     
    120121
    121122    const Bool_t  kForceTheta    =  arg.HasOnlyAndRemove("--force-theta");
     123    const Bool_t  kForceRunTime  =  arg.HasOnlyAndRemove("--force-runtime");
    122124
    123125    //
     
    244246
    245247        job.ForceTheta(kForceTheta);
     248        job.ForceRunTime(kForceRunTime);
    246249
    247250        if (!job.Process(seq))
Note: See TracChangeset for help on using the changeset viewer.