Ignore:
Timestamp:
06/24/07 17:31:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8580 r8601  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.51 2007-06-18 14:35:39 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.52 2007-06-24 16:31:57 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    455455  *fLog << endl;
    456456
    457   // TO BE FIXED!!!
    458 
    459457  PrintBadPixels(MBadPixelsPix::kPreviouslyExcluded,"Previously excluded");
    460458  PrintBadPixels(MBadPixelsPix::kChargeIsPedestal,"Signal smaller 3 Pedestal RMS");
     
    468466  PrintBadPixels(MBadPixelsPix::kLoGainOverFlow,"Low-Gain Histogram Overflow");
    469467  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");
    471471
    472472  *fLog << endl;
    473473  *fLog << all << "Unreliable pixels statistics:" << endl;
    474474  *fLog << endl;
    475 
    476   // TO BE FIXED!!!
    477475
    478476  PrintBadPixels(MBadPixelsPix::kChargeSigmaNotValid,"Signal Sigma smaller Pedestal RMS");
     
    634632      break;
    635633    case 6:
    636       if  (!(*this)[idx].GetUnsuitableCalLevel())
    637         return kFALSE;
    638634      val = (*this)[idx].GetUnsuitableCalLevel();
    639       break;
     635      return val>0;
    640636    case 7:
    641       if  (!(*this)[idx].GetUnreliableCalLevel())
    642         return kFALSE;
    643637      val = (*this)[idx].GetUnreliableCalLevel();
    644       break;
     638      return val>0;
    645639    case 8:
    646640      if  (!(*this)[idx].IsUncalibrated(MBadPixelsPix::kHiGainNotFitted))
Note: See TracChangeset for help on using the changeset viewer.