Changeset 8025 for trunk/MagicSoft


Ignore:
Timestamp:
10/08/06 16:02:53 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8024 r8025  
    5050   * mcalib/MMcCalibrationCalc.cc, mmc/MMcConfigRunHeader.h:
    5151     - return and use a const-reference to the TArrayF's
     52
     53   * mimage/MHHillas.cc:
     54     - fixed a problem which could cause the change in the DrawOption
     55       of the Center-hist to raise a seg-fault.
    5256
    5357
  • trunk/MagicSoft/Mars/mimage/MHHillas.cc

    r7841 r8025  
    339339        if (h)
    340340        {
    341             h->SetDrawOption("");
     341            // This causes crashes in THistPainter::PaintTable
     342            // if the z-axis is not kept. No idea why...
     343            h->SetDrawOption("z");
    342344            h->SetMarkerColor(kBlack);
    343345        }
Note: See TracChangeset for help on using the changeset viewer.