Changeset 6876


Ignore:
Timestamp:
03/23/05 09:52:23 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6875 r6876  
    4747     - implemented wobble mode
    4848     - 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)
    4954
    5055   * mpointing/MSrcPosCalc.[h,cc]:
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r6875 r6876  
    200200    MSrcPosCalc            poscalc;
    201201    MHillasCalc            hcalc;
    202     hcalc.Disable(MHillasCalc::kConc);
     202    hcalc.Disable(MHillasCalc::kCalcConc);
    203203
    204204    // ------------------ Setup histograms and fill tasks ----------------
Note: See TracChangeset for help on using the changeset viewer.