Ignore:
Timestamp:
07/08/05 11:46:47 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r7135 r7176  
    549549    // Print parameters
    550550    //
     551    *fLog << all;
     552    fLog->Separator(Form("Entry %d", reader->GetNumEntry()+1));
    551553    ((MHillas*)     plist->FindObject("MHillas"))->Print(*geom);
    552554    ((MHillasExt*)  plist->FindObject("MHillasExt"))->Print(*geom);
     
    603605    TObject *hillas1 = plist->FindObject("MHillas");
    604606    TObject *hillas2 = plist->FindObject("MHillasSrc");
     607    TObject *hillas3 = plist->FindObject("MHillasExt");
    605608    TObject *hmuon   = plist->FindObject("MMuonSearchPar");
    606609    for (int i=1; i<7;i++)
     
    611614        hillas1->Draw();
    612615        hillas2->Draw();
     616        hillas3->Draw();
    613617    }
    614618}
Note: See TracChangeset for help on using the changeset viewer.