Changeset 4454 for trunk/MagicSoft


Ignore:
Timestamp:
08/04/04 11:22:04 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4453 r4454  
    3838     - removed the MBlind* entries
    3939
    40    * mmain/MEventDisplay.cc:
     40   * mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc:
    4141     - removed usage of MBlind*
    4242
  • trunk/MagicSoft/Mars/manalysis/MCameraData.cc

    r4453 r4454  
    181181        //
    182182        const UInt_t  aidx  = geom[idx].GetAidx();
    183         const Float_t ratio = cam.GetArea(aidx).GetRms()/noise0;
     183        const Float_t ratio = cam.GetArea(aidx).GetRms()/anoise0;
    184184
    185185        fData[idx] = pix.GetNumPhotons() * geom.GetPixRatio(idx) * ratio / noise;
  • trunk/MagicSoft/Mars/mmain/MAnalysis.cc

    r2781 r4454  
    201201    MMcPedestalNSBAdd  pdnsb;
    202202    MCerPhotCalc       ncalc;
    203     MBlindPixelCalc    blind;
     203    //MBlindPixelCalc    blind;
    204204    MHillasCalc        hcalc;
    205205    MHillasSrcCalc     csrc1;
     
    225225    tlist.AddToList(&ncalc);
    226226    tlist.AddToList(fImgClean);
    227     tlist.AddToList(&blind);
     227    //tlist.AddToList(&blind);
    228228    tlist.AddToList(&hcalc);
    229229    tlist.AddToList(&csrc1);
Note: See TracChangeset for help on using the changeset viewer.