Changeset 5145 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 09/29/04 15:58:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r5143 r5145 631 631 { 632 632 TCanvas *c = GetCanvas(i); 633 c-> cd(1);633 c->GetPad(1)->cd(1); 634 634 hillas1->Draw(); 635 635 hillas2->Draw(); … … 712 712 if (!o) 713 713 break; 714 fCanvas->SetName(Form("%p;%p;PixelContent", o->GetHist(), c->GetPad(1) ));714 fCanvas->SetName(Form("%p;%p;PixelContent", o->GetHist(), c->GetPad(1)->GetPad(1))); 715 715 } 716 716 break;
Note:
See TracChangeset
for help on using the changeset viewer.