Ignore:
Timestamp:
06/05/03 10:18:20 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/meventdisp
Files:
2 edited

Legend:

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

    r2026 r2161  
    3838#include "MCamDisplay.h"         // MCamDisplay
    3939#include "MHillasCalc.h"         // MHillasCalc
     40#include "MHillasSrcCalc.h"      // MHillasSrcCalc
    4041#include "MPedestalCam.h"        // MPedestalCam
    4142#include "MCerPhotCalc.h"        // MCerPhotCalc
     
    123124    MBlindPixelCalc   *blind = new MBlindPixelCalc;
    124125    MHillasCalc       *hcalc = new MHillasCalc;
     126    MHillasSrcCalc    *scalc = new MHillasSrcCalc;
    125127
    126128    tlist->AddToList(pcopy);
     
    131133    tlist->AddToList(blind);
    132134    tlist->AddToList(hcalc);
     135    tlist->AddToList(scalc);
    133136
    134137    MGeomCamMagic *geom   = new MGeomCamMagic;
     
    210213    MHillas *hillas = (MHillas*)plist->FindObject("MHillas");
    211214
     215    hillas->Print();
    212216    plist->FindObject("MHillasExt")->Print();
     217    plist->FindObject("MHillasSrc")->Print();
    213218    plist->FindObject("MNewImagePar")->Print();
    214219
    215     hillas->Print();
    216220    if (fDisplayHillas)
    217221    {
  • trunk/MagicSoft/Mars/meventdisp/MGEvtDisplay.cc

    r1966 r2161  
    1616!
    1717!
    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>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2003
    2121!
    2222!
     
    3939#include <TG3DLine.h>             // TGHorizontal3DLine
    4040                                  // use TGSplitter instead for root<3.00
     41
     42#include "MLog.h"
     43#include "MLogManip.h"
    4144
    4245#include "MParList.h"
     
    516519    fEvtInfo->SetText(txt);
    517520
     521    gLog << all;
     522    gLog.Separator(txt);
     523
    518524    //
    519525    // Seems to be necessary to newly layout the upper part to display
     
    535541    {
    536542        GetReader()->DecEventNum();
     543        UpdateMcLabel();
    537544        UpdateDisplay();
    538         UpdateMcLabel();
    539545    }
    540546
Note: See TracChangeset for help on using the changeset viewer.