Changeset 8681 for trunk/MagicSoft/Mars/sponde.cc
- Timestamp:
- 08/20/07 11:23:02 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/sponde.cc
r8674 r8681 50 50 gLog << " -b Batch mode (no graphical output to screen)" << endl<<endl; 51 51 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; 57 54 gLog << " Options:" << endl; 58 55 gLog.Usage(); … … 68 65 gLog << " --print-files Print Files taken from Sequences ('+' found, '-' missing)" << endl; 69 66 gLog << " --config=sponde.rc Resource file [default=sponde.rc]" << endl; 70 gLog << " --force-theta Force execution even with non-fitting theta distributions." << endl;71 67 gLog << endl; 72 68 gLog << " --version, -V Show startup message with version number" << endl; … … 121 117 const Bool_t kOverwrite = arg.HasOnlyAndRemove("-f"); 122 118 123 const Bool_t kRefill = arg.HasOnlyAndRemove("--refill");124 // const Bool_t kSimple = !arg.HasOnlyAndRemove("--accurate");125 119 const Bool_t kForceTheta = arg.HasOnlyAndRemove("--force-theta"); 126 const Bool_t kRawMc = arg.HasOnlyAndRemove("--raw-mc");127 120 128 121 if (arg.GetNumOptions()>0) … … 226 219 227 220 job.ForceTheta(kForceTheta); 228 job.EnableRefilling(kRefill);229 // job.EnableSimpleMode(kSimple);230 job.EnableRawMc(kRawMc);231 221 232 222 if (!job.Process(seq))
Note:
See TracChangeset
for help on using the changeset viewer.