Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2044)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2045)
@@ -42,4 +42,7 @@
    * mbase/MHtml.[h,cc]:
      - removed
+
+   * mfileio/MCT1ReadPreProc.cc:
+     - removed the dependance on a MBinning in Theta.
 
 
Index: /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2044)
+++ /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2045)
@@ -785,9 +785,4 @@
 
     fBinningT = (MBinning*)pList->FindObject("BinningTheta");
-    if (!fBinningT)
-    {
-        *fLog << err << dbginf << "BinningTheta not found ... aborting." << endl;
-        return kFALSE;
-    }
 
     fNumFilterEvts = 0;
@@ -809,4 +804,7 @@
 Double_t MCT1ReadPreProc::SmearTheta(Double_t theta)
 {
+    if (!fBinningT)
+        return theta;
+
     const Int_t bin = fBinningT->FindLoEdge(theta * 180/TMath::Pi());
     if (bin<0)
