Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2242)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2243)
@@ -8,6 +8,6 @@
       for the missing area at low theta.
 
-  * macros/CT1collectionArea.C
-    - Changed theta binning of collection area histogram.
+  * macros/CT1collectionArea.C, CT1EgyEst.C
+    - Changed theta binnings to adapt them to the new standard.
 
  2003/06/26: Abelardo Moralejo
Index: /trunk/MagicSoft/Mars/macros/CT1EgyEst.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/CT1EgyEst.C	(revision 2242)
+++ /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, 
