Ignore:
Timestamp:
04/20/03 15:39:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1966 r1967  
    8080
    8181    // ------------- user change -----------------
     82    read.AddFile("data/Pro*.root");
    8283    read.AddFile("data/Gam*.root");
    83     //read.AddFile("200*.root");
    8484
    8585    MMcPedestalCopy   pcopy;
     
    9494    MHillasSrcCalc    scalc; // !!Preliminary!! Will be removed later!
    9595    MNewImageParCalc  icalc;
     96    MCT1SupercutsCalc calc1;
    9697
    9798    // -------------------------------------------
     
    103104    MFillH hfill5("MHStarMap", "MHillas");
    104105    MFillH hfill6("MHCerPhotEvt", "MCerPhotEvt");
     106    MFillH hfill7("MHHadronness", "MHadronness");
    105107
    106108    tlist.AddToList(&read);
     
    114116    tlist.AddToList(&scalc);
    115117    tlist.AddToList(&icalc);
     118    tlist.AddToList(&calc1);
     119    tlist.AddToList(&hfill7);
    116120    tlist.AddToList(&hfill1);
    117121    tlist.AddToList(&hfill2);
     
    140144    {
    141145        // Save data in a postscriptfile (status.ps)
    142         d->SaveAsPS();
     146       // d->SaveAsPS();
    143147        /*
    144148         * ----------- Write status to a root file ------------
Note: See TracChangeset for help on using the changeset viewer.