Changeset 7176 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 07/08/05 11:46:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r7135 r7176 549 549 // Print parameters 550 550 // 551 *fLog << all; 552 fLog->Separator(Form("Entry %d", reader->GetNumEntry()+1)); 551 553 ((MHillas*) plist->FindObject("MHillas"))->Print(*geom); 552 554 ((MHillasExt*) plist->FindObject("MHillasExt"))->Print(*geom); … … 603 605 TObject *hillas1 = plist->FindObject("MHillas"); 604 606 TObject *hillas2 = plist->FindObject("MHillasSrc"); 607 TObject *hillas3 = plist->FindObject("MHillasExt"); 605 608 TObject *hmuon = plist->FindObject("MMuonSearchPar"); 606 609 for (int i=1; i<7;i++) … … 611 614 hillas1->Draw(); 612 615 hillas2->Draw(); 616 hillas3->Draw(); 613 617 } 614 618 }
Note:
See TracChangeset
for help on using the changeset viewer.