Changeset 2161 for trunk/MagicSoft/Mars/meventdisp
- Timestamp:
- 06/05/03 10:18:20 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/meventdisp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
r2026 r2161 38 38 #include "MCamDisplay.h" // MCamDisplay 39 39 #include "MHillasCalc.h" // MHillasCalc 40 #include "MHillasSrcCalc.h" // MHillasSrcCalc 40 41 #include "MPedestalCam.h" // MPedestalCam 41 42 #include "MCerPhotCalc.h" // MCerPhotCalc … … 123 124 MBlindPixelCalc *blind = new MBlindPixelCalc; 124 125 MHillasCalc *hcalc = new MHillasCalc; 126 MHillasSrcCalc *scalc = new MHillasSrcCalc; 125 127 126 128 tlist->AddToList(pcopy); … … 131 133 tlist->AddToList(blind); 132 134 tlist->AddToList(hcalc); 135 tlist->AddToList(scalc); 133 136 134 137 MGeomCamMagic *geom = new MGeomCamMagic; … … 210 213 MHillas *hillas = (MHillas*)plist->FindObject("MHillas"); 211 214 215 hillas->Print(); 212 216 plist->FindObject("MHillasExt")->Print(); 217 plist->FindObject("MHillasSrc")->Print(); 213 218 plist->FindObject("MNewImagePar")->Print(); 214 219 215 hillas->Print();216 220 if (fDisplayHillas) 217 221 { -
trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc
r1966 r2161 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 10/2001 <mailto:tbretz@uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz, 10/2001 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! … … 39 39 #include <TG3DLine.h> // TGHorizontal3DLine 40 40 // use TGSplitter instead for root<3.00 41 42 #include "MLog.h" 43 #include "MLogManip.h" 41 44 42 45 #include "MParList.h" … … 516 519 fEvtInfo->SetText(txt); 517 520 521 gLog << all; 522 gLog.Separator(txt); 523 518 524 // 519 525 // Seems to be necessary to newly layout the upper part to display … … 535 541 { 536 542 GetReader()->DecEventNum(); 543 UpdateMcLabel(); 537 544 UpdateDisplay(); 538 UpdateMcLabel();539 545 } 540 546
Note:
See TracChangeset
for help on using the changeset viewer.