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/mmain/MAnalysis.cc

    r1668 r2026  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  9/2001 <mailto:tbretz@uni-sw.gwdg.de>
    19 !
    20 !   Copyright: MAGIC Software Development, 2000-2002
     18!   Author(s): Thomas Bretz, 9/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
     19!
     20!   Copyright: MAGIC Software Development, 2000-2003
    2121!
    2222!
    2323\* ======================================================================== */
    24 
    2524#include "MAnalysis.h"
    2625
     
    205204
    206205    MFillH hfill("MHHillas",      "MHillas");
     206    MFillH hfill2("MHHillasExt",  "MHillasSrc");
     207    MFillH hfill2s("MHHillasSrc", "MHillasSrc");
     208    MFillH hfill3("MHNewImagePar");
    207209    MFillH sfill("MHStarMap",     "MHillas");
    208     MFillH hfill2s("MHHillasSrc", "MHillasSrc");
    209210    /*
    210211     MFillH hfill2s("HistSource  [MHHillasSrc]", "HillasSource");
     
    225226    {
    226227        tlist.AddToList(&hfill);
     228        tlist.AddToList(&hfill2);
    227229        tlist.AddToList(&hfill2s);
    228         //tlist.AddToList(&hfill2a);
     230        tlist.AddToList(&hfill3);
    229231    }
    230232
     
    263265    {
    264266        plist.FindObject("MHHillas")->DrawClone();
     267        plist.FindObject("MHHillasExt")->DrawClone();
    265268        plist.FindObject("MHHillasSrc")->DrawClone();
     269        plist.FindObject("MHNewImagePar")->DrawClone();
    266270        /*
    267271         plist.FindObject("HistSource")->DrawClone();
Note: See TracChangeset for help on using the changeset viewer.