Ignore:
Timestamp:
04/08/04 19:52:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3503 r3682  
    8282#include "MHillasExt.h"            // MHillasExt::Print(const MGeomCam&)
    8383#include "MHillasSrc.h"            // MHillasSrc::Print(const MGeomCam&)
     84#include "MNewImagePar.h"          // MNewImagePar::Print(const MGeomCam&)
    8485#include "MHEvent.h"               // MHEvent
    8586#include "MHCamera.h"              // MHCamera
     
    511512    // Print parameters
    512513    //
    513     ((MHillas*)   plist->FindObject("MHillas"))->Print(*geom);
    514     ((MHillasExt*)plist->FindObject("MHillasExt"))->Print(*geom);
    515     ((MHillasSrc*)plist->FindObject("MHillasSrc"))->Print(*geom);
    516     plist->FindObject("MNewImagePar")->Print();
     514    ((MHillas*)     plist->FindObject("MHillas"))->Print(*geom);
     515    ((MHillasExt*)  plist->FindObject("MHillasExt"))->Print(*geom);
     516    ((MHillasSrc*)  plist->FindObject("MHillasSrc"))->Print(*geom);
     517    ((MNewImagePar*)plist->FindObject("MNewImagePar"))->Print(*geom);
    517518
    518519    //
Note: See TracChangeset for help on using the changeset viewer.