Changeset 2010 for trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
- Timestamp:
- 04/25/03 09:55:58 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1966 r2010 486 486 max = event.GetNumPhotonsMax(fGeomCam); 487 487 488 if (max < 1.)489 max = 1.;488 if (max==min) 489 max = min +1; 490 490 491 491 UpdateLegend(min, max); … … 531 531 max = event.GetMeanMax(fGeomCam); 532 532 533 if (max < 20.)534 max = 20.;533 if (max==min) 534 max = min +1; 535 535 536 536 UpdateLegend(min, max); … … 569 569 max = event.GetErrorPhotMax(fGeomCam); 570 570 571 if (max < 20.)572 max = 20.;571 if (max==min) 572 max = min +1; 573 573 574 574 UpdateLegend(min, max);
Note:
See TracChangeset
for help on using the changeset viewer.