- Timestamp:
- 10/08/06 16:02:53 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8024 r8025 50 50 * mcalib/MMcCalibrationCalc.cc, mmc/MMcConfigRunHeader.h: 51 51 - 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. 52 56 53 57 -
trunk/MagicSoft/Mars/mimage/MHHillas.cc
r7841 r8025 339 339 if (h) 340 340 { 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"); 342 344 h->SetMarkerColor(kBlack); 343 345 }
Note:
See TracChangeset
for help on using the changeset viewer.