Changeset 7004


Ignore:
Timestamp:
05/10/05 12:00:22 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/callisto.rc

    r6913 r7004  
    359359
    360360# -------------------------------------------------------------------------
    361 # Use this if you want to change to time from run headers instead of event time
    362 # -------------------------------------------------------------------------
    363 #MJCalibrateSignal.MPointingPosInterpolate.TimeMode: eventtime, runtime
     361# use the entire results obtained with the F-Factor method (including a
     362# new number of mean photo-electrons)
     363# -------------------------------------------------------------------------
     364#MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
    364365
    365366# -------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/ganymed.cc

    r7001 r7004  
    7171    gLog << "   --print-ds                Print Dataset information" << endl;
    7272    gLog << "   --print-files             Print Files taken from Sequences ('+' found, '-' missing)" << endl;
    73     gLog << "   --full-display            Show as many plots as possible" << endl;
     73//    gLog << "   --full-display            Show as many plots as possible" << endl;
    7474    gLog << "   --config=ganymed.rc       Resource file [default=ganymed.rc]" << endl;
    7575    gLog << endl;
     
    112112    const Bool_t  kDebugMem     = arg.HasOnlyAndRemove("--debug-mem");
    113113    const Bool_t  kWriteOnly    = arg.HasOnlyAndRemove("--write-only");
    114     const Bool_t  kFullDisplay  = arg.HasOnlyAndRemove("--full-display");
     114//    const Bool_t  kFullDisplay  = arg.HasOnlyAndRemove("--full-display");
    115115    Int_t  kDebugEnv = arg.HasOnlyAndRemove("--debug-env") ? 1 : 0;
    116116    kDebugEnv = arg.GetIntAndRemove("--debug-env=", kDebugEnv);
     
    241241    job.EnableWriteOnly(kWriteOnly);
    242242    job.EnableWobbleMode(iswobble);
    243     job.EnableFullDisplay(kFullDisplay);
     243    //if (kFullDisplay)
     244    //    job.EnableFullDisplay(kFullDisplay);
    244245    job.EnableMonteCarloMode(kIsMc);
    245246    job.EnableStorageOfResult(!kSkipResult);
  • trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.cc

    r6932 r7004  
    111111        return kFALSE;
    112112
     113    *fLog << inf << "Rule for energy estimation: " << fData->GetRule() << endl;
     114
    113115    if (!fData->PreProcess(plist))
    114116        return kFALSE;
    115 
    116     *fLog << inf << "Rule for energy estimation: " << fData->GetRule() << endl;
    117117
    118118    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.