Index: trunk/MagicSoft/Mars/mfilter/MFSelStandard.cc
===================================================================
--- trunk/MagicSoft/Mars/mfilter/MFSelStandard.cc	(revision 3397)
+++ trunk/MagicSoft/Mars/mfilter/MFSelStandard.cc	(revision 3398)
@@ -166,5 +166,5 @@
     fResult  = kFALSE;
 
-    if (numusedpixels>=fUsedPixelsMax || numcorepixels<=fCorePixelsMin)
+    if (numusedpixels>=fUsedPixelsMax || numcorepixels<fCorePixelsMin)
         return Set(1);
 
@@ -197,5 +197,5 @@
     *fLog << (int)(fCut[1]*100/GetNumExecutions()) ;
     *fLog << "%) Evts skipped due to: Used pixels >= " << fUsedPixelsMax ;
-    *fLog << " or Core pixels <= " << fCorePixelsMin << endl;
+    *fLog << " or Core pixels < " << fCorePixelsMin << endl;
 
     *fLog << " " << setw(7) << fCut[2] << " (" << setw(3) ;
