Index: trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 1952)
+++ trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 1961)
@@ -246,5 +246,5 @@
     *fLog << endl;
 
-    *fLog << "Exclude: ";
+    *fLog << "Exclude pixels: ";
 
     // Boolean bexcludepix[iMAXNUMPIX];
@@ -895,6 +895,7 @@
       //*fLog << event.spixsig_10thphot[i] << " ";
 
-        if (event.spixsig_10thphot[i]==0)
-            continue;
+      // next 2 statements commented out by WW
+      //if (event.spixsig_10thphot[i]==0)
+      //      continue;
 
         fNphot->AddPixel(i, 0.1*event.spixsig_10thphot[i],
@@ -912,6 +913,10 @@
     fThetaOrig->SetVal(theta);
 
-    if (theta>TMath::Pi()/2)
-        return kCONTINUE;
+    //if (theta>TMath::Pi()/2)
+    //{
+    //    *fLog << "MCT1ReadPreProc::ProcessEvent; theta out of range : "
+    //          << theta << endl;
+    //    return kCONTINUE;
+    //}
 
     // store hour angle
