Changeset 3719 for trunk/MagicSoft/Mars
- Timestamp:
- 04/13/04 17:42:11 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3718 r3719 38 38 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until 39 39 bug in MBadPixelsMerge is resolved (see bugtracker). 40 41 * mcalib/MHCalibrationChargePINDiode.cc 42 - return in Draw() if histogram is empty (otherwise segm. violation 43 in eventloop 40 44 41 45 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePINDiode.cc
r3696 r3719 368 368 } 369 369 370 if (!IsEmpty()) 371 gPad->SetLogy(); 372 370 if (IsEmpty()) 371 return; 372 373 gPad->SetLogy(); 373 374 gPad->SetTicks(); 374 375
Note:
See TracChangeset
for help on using the changeset viewer.