Changeset 6876
- Timestamp:
- 03/23/05 09:52:23 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6875 r6876 47 47 - implemented wobble mode 48 48 - implemented getting source position 49 50 * mjobs/MJStar.cc: 51 - switched off calculation of MConcentration 52 - implemented the new debug option for files (was still missing 53 in MJStar) 49 54 50 55 * mpointing/MSrcPosCalc.[h,cc]: -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r6875 r6876 200 200 MSrcPosCalc poscalc; 201 201 MHillasCalc hcalc; 202 hcalc.Disable(MHillasCalc::kC onc);202 hcalc.Disable(MHillasCalc::kCalcConc); 203 203 204 204 // ------------------ Setup histograms and fill tasks ----------------
Note:
See TracChangeset
for help on using the changeset viewer.