Changeset 1505 for trunk/MagicSoft/Mars/mhist/MH.cc
- Timestamp:
- 08/16/02 11:55:51 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.cc
r1504 r1505 568 568 // Draw Legend 569 569 // 570 const Int_t n = s1.GetListOfLines()->GetSize(); 571 const Double_t h = s1.GetY2NDC()-s1.GetY1NDC(); 570 572 TLegend &l = *new TLegend(s1.GetX1NDC(), 571 s1.GetY1NDC()-0.015- (s1.GetY2NDC()-s1.GetY1NDC())/2,573 s1.GetY1NDC()-0.015-h*2/n, 572 574 s1.GetX2NDC(), 573 575 s1.GetY1NDC()-0.01
Note:
See TracChangeset
for help on using the changeset viewer.