Ignore:
Timestamp:
01/09/02 16:23:21 (23 years ago)
Author:
blanch
Message:
Added MBlindPixelCalc to avoid bias results due to Star Field NSB while
computing the Hillas parameters.
File:
1 edited

Legend:

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

    r1131 r1153  
    3939
    4040    MReadMarsFile     read("Events", "~/data/camera.root");
     41
    4142    MMcPedestalCopy   pcopy;
    4243    MMcPedestalNSBAdd pnsb;
     
    4445    MClone            clone("MCerPhotEvt");
    4546    MImgCleanStd      clean;
     47    MBlindPixelCalc   blind;
    4648    MHillasCalc       hcalc;
     49
    4750
    4851    tlist.AddToList(&read);
     
    5255    tlist.AddToList(&clone);
    5356    tlist.AddToList(&clean);
     57    tlist.AddToList(&blind);
    5458    tlist.AddToList(&hcalc);
    5559
     
    6872
    6973        display.DrawPhotNum((MCerPhotEvt*)clone.GetClone());
    70         gClient->HandleInput();
     74
     75        gClient->HandleInput();
    7176        if(getchar()=='q')
    7277            break;
     
    8590
    8691}
     92
     93
     94
     95
Note: See TracChangeset for help on using the changeset viewer.