Ignore:
Timestamp:
04/28/03 15:39:40 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc

    r1966 r2026  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  10/2001 <mailto:tbretz@uni-sw.gwdg.de>
    19 !
    20 !   Copyright: MAGIC Software Development, 2000-2001
     18!   Author(s): Thomas Bretz, 10/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
     19!
     20!   Copyright: MAGIC Software Development, 2000-2003
    2121!
    2222!
     
    3232#include "MGTask.h"              // MGTask::CreateGui
    3333#include "MClone.h"              // MClone
    34 #include "MHillasExt.h"          // MHillasExt
     34#include "MHillas.h"             // MHillas
    3535#include "MParList.h"            // MParList::AddToList
    3636#include "MEvtLoop.h"            // MEvtLoop::GetParList
     
    134134    MGeomCamMagic *geom   = new MGeomCamMagic;
    135135    MPedestalCam  *pedest = new MPedestalCam;
    136     MHillasExt    *hext   = new MHillasExt;
    137136
    138137    plist->AddToList(geom);
    139138    plist->AddToList(pedest);
    140     plist->AddToList(hext);
    141139
    142140    return geom;
     
    147145//  Constructor.
    148146//
    149 MGCamDisplay::MGCamDisplay(const char *filename,
    150                            const TGWindow *p, /*const TGWindow *main,*/
     147MGCamDisplay::MGCamDisplay(const char *filename, const TGWindow *p,
    151148                           UInt_t w, UInt_t h)
    152 : MGEvtDisplay(filename, "Events", p, /*main,*/ w, h)
     149: MGEvtDisplay(filename, "Events", p, w, h)
    153150{
    154151    //
     
    212209    //
    213210    MHillas *hillas = (MHillas*)plist->FindObject("MHillas");
     211
     212    plist->FindObject("MHillasExt")->Print();
     213    plist->FindObject("MNewImagePar")->Print();
    214214
    215215    hillas->Print();
Note: See TracChangeset for help on using the changeset viewer.