Changeset 3652 for trunk/MagicSoft/Mars
- Timestamp:
- 04/05/04 17:32:47 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3651 r3652 19 19 -*-*- END OF LINE -*-*- 20 20 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 28 25 29 26 30 27 2004/04/02: Markus Gaug 31 28 32 * mcalib/MCalibrationChargePix.[h,cc]33 29 * mcalib/MCalibrationPix.[h,cc] 34 30 * mcalib/MCalibrationCam.[h,cc] -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r3490 r3652 511 511 512 512 if ((*fBadPixels)[pix.GetPixId()].IsBad()) 513 pix.SetPixelUn used();513 pix.SetPixelUnmapped(); 514 514 } 515 515 }
Note:
See TracChangeset
for help on using the changeset viewer.