Ignore:
Timestamp:
05/13/05 21:25:26 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc

    r7012 r7035  
    614614// 23: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kHiGainOverFlow      )
    615615// 24: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kLoGainOverFlow      )
     616// 102: MBadPixelsPix::IsUnsuitable()
    616617//
    617618Bool_t MBadPixelsCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const
     
    747748      val = 1;
    748749      break;
     750    case 102:
     751      if  (!(*this)[idx].IsUnsuitable())
     752          return kFALSE;
     753      val = 1;
     754      break;
    749755    default:
    750756      return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.