Index: trunk/MagicSoft/Mars/macros/CT1EgyEst.C
===================================================================
--- trunk/MagicSoft/Mars/macros/CT1EgyEst.C	(revision 2241)
+++ trunk/MagicSoft/Mars/macros/CT1EgyEst.C	(revision 2243)
@@ -67,5 +67,8 @@
   MBinning BinningTheta("BinningTheta");
   BinningE.SetEdgesLog(50, 500, 50000.);
-  BinningTheta.SetEdges(5, 0., 50.);
+
+  const Double_t yedge[7] = {0.0, 17.5, 23.5, 29.5, 35.5, 42., 50.};
+  const TArrayD yed(7,yedge);
+  BinningTheta.SetEdges(yed);
 
   CT1EEst(inPath,  fileNameIn, 
