Changeset 4658 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 08/17/04 16:26:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r4641 r4658 460 460 // 18: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kMeanTimeInLast2Bins ) 461 461 // 19: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kDeviatingNumPhes ) 462 // 20: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kRelTimeNotFitted )462 // 20: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kRelTimeNotFitted ) 463 463 // 21: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kRelTimeOscillating ) 464 // 22: MBadPixelsPix::IsUncalibrated(MBadPixelsPix::kDeviatingNumPhots ) 464 465 // 465 466 Bool_t MBadPixelsCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const … … 580 581 val = 1; 581 582 break; 583 case 22: 584 if (!(*this)[idx].IsUncalibrated(MBadPixelsPix::kDeviatingNumPhots)) 585 return kFALSE; 586 val = 1; 587 break; 582 588 default: 583 589 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.