Ignore:
Timestamp:
03/30/01 11:30:32 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/MagicHillas.C

    r700 r710  
    3232    plist->AddToList(hists);
    3333
     34    MHStarMap *smap = new MHStarMap;
     35    plist->AddToList(smap);
     36
    3437    //
    3538    // Now setup the tasks and tasklist:
     
    4043    //  4) fill the hillas into the histograms
    4144    //
    42     MReadTree    read("oscar_protons.root", "Events") ;
    43     MCerPhotCalc ncalc;
    44     MImgCleanStd clean;
    45     MHillasCalc  hcalc;
    46     MFillHHillas hfill;
     45    MReadTree    read("Events", "oscar_protons.root");
     46    read.AddFile("test.root");
     47
     48    MCerPhotCalc  ncalc;
     49    MImgCleanStd  clean;
     50    MHillasCalc   hcalc;
     51    MFillHHillas  hfill;
     52    MFillHStarMap sfill;
    4753
    4854    tlist.AddToList(&read);
     
    5157    tlist.AddToList(&hcalc);
    5258    tlist.AddToList(&hfill);
     59    tlist.AddToList(&sfill);
    5360
    5461    //
     
    6774    //
    6875    hists->Draw();
     76    smap->Draw();
    6977}
     78
Note: See TracChangeset for help on using the changeset viewer.