Changeset 8681 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/20/07 11:23:02 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8674 r8681  
    5050    gLog << "   -b                        Batch mode (no graphical output to screen)" << endl<<endl;
    5151    gLog << " Operation Mode:" << endl;
    52     gLog << "   --refill                  Refill the excess histogram from result file" << endl;
    53     gLog << "                             (usefull to change the binning)" << endl;
    54 //    gLog << "   --accurate                Fill original energy/theta distribution from data" << endl;
    55 //    gLog << "                             (do not weight the histogram)" << endl;
    56     gLog << "   --raw-mc                  Use the mc sample as it is" << endl << endl;
     52    gLog << "   --force-theta             Force execution even with non-fitting theta distributions." << endl;
     53    gLog << endl;
    5754    gLog << " Options:" << endl;
    5855    gLog.Usage();
     
    6865    gLog << "   --print-files             Print Files taken from Sequences ('+' found, '-' missing)" << endl;
    6966    gLog << "   --config=sponde.rc        Resource file [default=sponde.rc]" << endl;
    70     gLog << "   --force-theta             Force execution even with non-fitting theta distributions." << endl;
    7167    gLog << endl;
    7268    gLog << "   --version, -V             Show startup message with version number" << endl;
     
    121117    const Bool_t  kOverwrite     =  arg.HasOnlyAndRemove("-f");
    122118
    123     const Bool_t  kRefill        =  arg.HasOnlyAndRemove("--refill");
    124 //    const Bool_t  kSimple        = !arg.HasOnlyAndRemove("--accurate");
    125119    const Bool_t  kForceTheta    =  arg.HasOnlyAndRemove("--force-theta");
    126     const Bool_t  kRawMc         =  arg.HasOnlyAndRemove("--raw-mc");
    127120
    128121    if (arg.GetNumOptions()>0)
     
    226219
    227220    job.ForceTheta(kForceTheta);
    228     job.EnableRefilling(kRefill);
    229 //    job.EnableSimpleMode(kSimple);
    230     job.EnableRawMc(kRawMc);
    231221
    232222    if (!job.Process(seq))
Note: See TracChangeset for help on using the changeset viewer.