Changeset 2026 for trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
- Timestamp:
- 04/28/03 15:39:40 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
r1966 r2026 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 10/2001 <mailto:tbretz@uni-sw.gwdg.de>19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 118 ! Author(s): Thomas Bretz, 10/2001 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! … … 32 32 #include "MGTask.h" // MGTask::CreateGui 33 33 #include "MClone.h" // MClone 34 #include "MHillas Ext.h" // MHillasExt34 #include "MHillas.h" // MHillas 35 35 #include "MParList.h" // MParList::AddToList 36 36 #include "MEvtLoop.h" // MEvtLoop::GetParList … … 134 134 MGeomCamMagic *geom = new MGeomCamMagic; 135 135 MPedestalCam *pedest = new MPedestalCam; 136 MHillasExt *hext = new MHillasExt;137 136 138 137 plist->AddToList(geom); 139 138 plist->AddToList(pedest); 140 plist->AddToList(hext);141 139 142 140 return geom; … … 147 145 // Constructor. 148 146 // 149 MGCamDisplay::MGCamDisplay(const char *filename, 150 const TGWindow *p, /*const TGWindow *main,*/ 147 MGCamDisplay::MGCamDisplay(const char *filename, const TGWindow *p, 151 148 UInt_t w, UInt_t h) 152 : MGEvtDisplay(filename, "Events", p, /*main,*/w, h)149 : MGEvtDisplay(filename, "Events", p, w, h) 153 150 { 154 151 // … … 212 209 // 213 210 MHillas *hillas = (MHillas*)plist->FindObject("MHillas"); 211 212 plist->FindObject("MHillasExt")->Print(); 213 plist->FindObject("MNewImagePar")->Print(); 214 214 215 215 hillas->Print();
Note:
See TracChangeset
for help on using the changeset viewer.