Ignore:
Timestamp:
01/24/04 01:55:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r2884 r2905  
    341341    return kFALSE;
    342342
    343   if (!(*this)[idx].IsFitValid())
    344     {
    345       val = -1.;
    346       return kFALSE;
    347     }
    348  
     343  if ( (!(*this)[idx].IsFitValid()) || (*this)[idx].IsExcluded())
     344    return kFALSE;
     345 
     346  if (idx == gkCalibrationBlindPixelId)
     347    return kFALSE;
     348
    349349  switch (type)
    350350    {
     
    474474
    475475  *fLog << inf << endl;
    476   *fLog << inf << mean << " Mean number of Photons for an Inner Pixel (inside Plexiglass): "
     476  *fLog << inf << "Mean number of Photons for an Inner Pixel (inside Plexiglass): "
    477477        << fMeanPhotInsidePlexiglass << endl;
    478   *fLog << inf << endl;
    479478
    480479  TIter Next(fPixels);
Note: See TracChangeset for help on using the changeset viewer.