Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3866)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3867)
@@ -45,4 +45,9 @@
    * macros/bootcampstandardanalysis.C
      - adapted to new extractors
+
+
+   * mbadpixels/MBadPixelsPix.h
+     - set back the old definition of IsOK(), namely no information 
+       available
 
 
Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 3866)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h	(revision 3867)
@@ -61,5 +61,5 @@
     Bool_t IsUncalibrated( UncalibratedType_t typ ) const { return fInfo[1]&typ; }
 
-    Bool_t IsOK() const  { return !((fInfo[0]&kUnsuitableRun) || (fInfo[0]&kUnsuitableEvt));  }
+    Bool_t IsOK()  const { return fInfo[0]==0; }
     Bool_t IsBad() const { return fInfo[0]!=0; }
 
