Changeset 3166


Ignore:
Timestamp:
02/15/04 21:47:26 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc

    r3158 r3166  
    334334      break;
    335335    case 11:
    336       if ((*this)[idx].IsGausFitOK())
     336      if (!(*this)[idx].IsGausFitOK())
    337337        val = 1.;
     338      break;
    338339    case 12:
    339       if ((*this)[idx].IsFourierSpectrumOK())
     340      if (!(*this)[idx].IsFourierSpectrumOK())
    340341        val = 1.;
     342      break;
    341343    default:
    342344      return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.