Changeset 4453


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4452 r4453  
    3737   * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
    3838     - removed the MBlind* entries
     39
     40   * mmain/MEventDisplay.cc:
     41     - removed usage of MBlind*
    3942
    4043   * merpp.cc:
  • trunk/MagicSoft/Mars/manalysis/MCameraData.cc

    r4450 r4453  
    169169
    170170        const Int_t   idx   = pix.GetPixId();
    171         const Float_t noide = cam[idx].GetRms();
     171        const Float_t noise = cam[idx].GetRms();
    172172
    173173        if (noise<=0) // fData[idx]=0, fValidity[idx]=0
Note: See TracChangeset for help on using the changeset viewer.