Changeset 8601 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 06/24/07 17:31:59 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r8580 r8601 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.5 1 2007-06-18 14:35:39tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.52 2007-06-24 16:31:57 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 455 455 *fLog << endl; 456 456 457 // TO BE FIXED!!!458 459 457 PrintBadPixels(MBadPixelsPix::kPreviouslyExcluded,"Previously excluded"); 460 458 PrintBadPixels(MBadPixelsPix::kChargeIsPedestal,"Signal smaller 3 Pedestal RMS"); … … 468 466 PrintBadPixels(MBadPixelsPix::kLoGainOverFlow,"Low-Gain Histogram Overflow"); 469 467 PrintBadPixels(MBadPixelsPix::kDeadPedestalRms,"Presumably dead from Ped. Rms"); 470 // PrintBadPixels(MBadPixelsPix::kFluctuatingArrivalTimes,"Fluctuating Pulse Arrival Times"); 468 PrintBadPixels(MBadPixelsPix::kDeviatingAbsTimeResolution,"Deviating abs. time resolution"); 469 PrintBadPixels(MBadPixelsPix::kDeviatingRelTimeResolution,"Deviating rel. time resolution"); 470 // PrintBadPixels(MBadPixelsPix::kFluctuatingArrivalTimes,"Fluctuating Pulse Arrival Times"); 471 471 472 472 *fLog << endl; 473 473 *fLog << all << "Unreliable pixels statistics:" << endl; 474 474 *fLog << endl; 475 476 // TO BE FIXED!!!477 475 478 476 PrintBadPixels(MBadPixelsPix::kChargeSigmaNotValid,"Signal Sigma smaller Pedestal RMS"); … … 634 632 break; 635 633 case 6: 636 if (!(*this)[idx].GetUnsuitableCalLevel())637 return kFALSE;638 634 val = (*this)[idx].GetUnsuitableCalLevel(); 639 break;635 return val>0; 640 636 case 7: 641 if (!(*this)[idx].GetUnreliableCalLevel())642 return kFALSE;643 637 val = (*this)[idx].GetUnreliableCalLevel(); 644 break;638 return val>0; 645 639 case 8: 646 640 if (!(*this)[idx].IsUncalibrated(MBadPixelsPix::kHiGainNotFitted))
Note:
See TracChangeset
for help on using the changeset viewer.