Changeset 7004
- Timestamp:
- 05/10/05 12:00:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.rc
r6913 r7004 359 359 360 360 # ------------------------------------------------------------------------- 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 364 365 365 366 # ------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/ganymed.cc
r7001 r7004 71 71 gLog << " --print-ds Print Dataset information" << endl; 72 72 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; 74 74 gLog << " --config=ganymed.rc Resource file [default=ganymed.rc]" << endl; 75 75 gLog << endl; … … 112 112 const Bool_t kDebugMem = arg.HasOnlyAndRemove("--debug-mem"); 113 113 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"); 115 115 Int_t kDebugEnv = arg.HasOnlyAndRemove("--debug-env") ? 1 : 0; 116 116 kDebugEnv = arg.GetIntAndRemove("--debug-env=", kDebugEnv); … … 241 241 job.EnableWriteOnly(kWriteOnly); 242 242 job.EnableWobbleMode(iswobble); 243 job.EnableFullDisplay(kFullDisplay); 243 //if (kFullDisplay) 244 // job.EnableFullDisplay(kFullDisplay); 244 245 job.EnableMonteCarloMode(kIsMc); 245 246 job.EnableStorageOfResult(!kSkipResult); -
trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.cc
r6932 r7004 111 111 return kFALSE; 112 112 113 *fLog << inf << "Rule for energy estimation: " << fData->GetRule() << endl; 114 113 115 if (!fData->PreProcess(plist)) 114 116 return kFALSE; 115 116 *fLog << inf << "Rule for energy estimation: " << fData->GetRule() << endl;117 117 118 118 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.