Changeset 3652 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/05/04 17:32:47 (21 years ago)
Author:
tonello
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3651 r3652  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
    21  2004/04/05: Markus Gaug
    22 
    23    * mcalib/MCalibrationPedCam.[h,cc]
    24    * mcalib/Makefile
    25    * mcalib/CalibLinkDef.h
    26    * manalysis/MGeomApply.cc
    27      - new class to store information obtained from MHPedestalCam
     21 2004/04/05: Nadia Tonello
     22
     23   * mbadpixels/MBadPixelsTreat.cc
     24     - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
    2825
    2926
    3027 2004/04/02: Markus Gaug
    3128
    32    * mcalib/MCalibrationChargePix.[h,cc]
    3329   * mcalib/MCalibrationPix.[h,cc]
    3430   * mcalib/MCalibrationCam.[h,cc]
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r3490 r3652  
    511511
    512512        if ((*fBadPixels)[pix.GetPixId()].IsBad())
    513             pix.SetPixelUnused();
     513            pix.SetPixelUnmapped();
    514514    }
    515515}
Note: See TracChangeset for help on using the changeset viewer.