Ignore:
Timestamp:
12/08/03 12:08:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2578 r2624  
    7474// Container
    7575//
     76#include "MHillas.h"             // MHillas::Print(const MGeomCam&)
     77#include "MHillasExt.h"          // MHillasExt::Print(const MGeomCam&)
     78#include "MHillasSrc.h"          // MHillasSrc::Print(const MGeomCam&)
    7679#include "MHEvent.h"             // MHEvent
    7780#include "MHCamera.h"            // MHCamera
     
    372375{
    373376    MParList    *plist = (MParList*)fEvtLoop->GetParList();
     377    MGeomCam    *geom  = (MGeomCam*) plist->FindObject("MGeomCam");
    374378    MTaskList   *tlist = (MTaskList*)plist->FindObject("MTaskList");
    375379    MRawEvtData *raw = (MRawEvtData*)plist->FindObject("MRawEvtData");
     
    414418    // Print parameters
    415419    //
    416     plist->FindObject("MHillas")->Print();
    417     plist->FindObject("MHillasExt")->Print();
    418     plist->FindObject("MHillasSrc")->Print();
     420    ((MHillas*)   plist->FindObject("MHillas"))->Print(*geom);
     421    ((MHillasExt*)plist->FindObject("MHillasExt"))->Print(*geom);
     422    ((MHillasSrc*)plist->FindObject("MHillasSrc"))->Print(*geom);
    419423    plist->FindObject("MNewImagePar")->Print();
    420424
Note: See TracChangeset for help on using the changeset viewer.