Changeset 7035 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
- Timestamp:
- 05/13/05 21:25:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r7012 r7035 614 614 // 23: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kHiGainOverFlow ) 615 615 // 24: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kLoGainOverFlow ) 616 // 102: MBadPixelsPix::IsUnsuitable() 616 617 // 617 618 Bool_t MBadPixelsCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const … … 747 748 val = 1; 748 749 break; 750 case 102: 751 if (!(*this)[idx].IsUnsuitable()) 752 return kFALSE; 753 val = 1; 754 break; 749 755 default: 750 756 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.