Changeset 5956 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 01/24/05 11:07:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH3.cc
r5620 r5956 546 546 547 547 // FIXME: We may have to remove all our own options from str! 548 if (!only && !gPad-> GetListOfPrimitives()->FindObject(fHist))548 if (!only && !gPad->FindObject(fHist)) 549 549 fHist->Draw(str); 550 550 … … 552 552 { 553 553 TProfile *p = ((TH2*)fHist)->ProfileX("ProfX", -1, 9999, "s"); 554 if (!gPad-> GetListOfPrimitives()->FindObject(p))554 if (!gPad->FindObject(p)) 555 555 { 556 556 p->UseCurrentStyle(); … … 566 566 { 567 567 TProfile *p = ((TH2*)fHist)->ProfileY("ProfY", -1, 9999, "s"); 568 if (!gPad-> GetListOfPrimitives()->FindObject(p))568 if (!gPad->FindObject(p)) 569 569 { 570 570 p->UseCurrentStyle();
Note:
See TracChangeset
for help on using the changeset viewer.