Changeset 1152


Ignore:
Timestamp:
01/09/02 16:22:10 (23 years ago)
Author:
blanch
Message:
Added MBlindPixelCalc to avoid unbias results due to Star Field NSB.
File:
1 edited

Legend:

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

    r1131 r1152  
    6666    //
    6767    MReadMarsFile  read("Events",filename);
    68     // read.AddFile("data/cer000019.root");
    6968
    7069    MMcPedestalCopy   pcopy;
     
    7271    MCerPhotCalc      ncalc;
    7372    MImgCleanStd      clean;
     73    MBlindPixelCalc   blind;
    7474    MHillasCalc       hcalc;
    7575    MFillH            hfill("MHillas", "MHHillas");
     
    8888    tlist.AddToList(&ncalc);
    8989    tlist.AddToList(&clean);
     90    tlist.AddToList(&blind);
    9091    tlist.AddToList(&hcalc);
    9192    tlist.AddToList(&hfill);
Note: See TracChangeset for help on using the changeset viewer.