Index: trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 1902)
+++ trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 1905)
@@ -912,4 +912,7 @@
     fThetaOrig->SetVal(theta);
 
+    //*fLog << "Theta, smearedTheta = " << theta << ",  " << SmearTheta(theta)
+    //      << endl;
+
     // store hour angle
     fHourAngle->SetVal(event.fhourangle);
@@ -931,5 +934,5 @@
                  fIsMcFile ? event.imcimpact_m*100 : 0,
                  TMath::Pi()/180*event.iaz_arcs/3600, // azimuth (arcseconds)
-                 SmearTheta(theta),
+                 fIsMcFile ? SmearTheta(theta) : theta,
                  0, /* fTFirst */
 		 0, /* fTLast */
