Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2096)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2097)
@@ -1,3 +1,9 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/05/08: Abelardo Moralejo
+
+   * mhistmc/MHMcCollectionAreaCalc.cc
+     - Changed binning of histograms, so that the collection area
+       can be calculated also between 5 and 10 GeV (for pulsar studies)
 
  2003/05/08: Thomas Bretz
Index: trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc
===================================================================
--- trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc	(revision 2096)
+++ trunk/MagicSoft/Mars/mhistmc/MHMcCollectionArea.cc	(revision 2097)
@@ -56,6 +56,6 @@
     //   initialize the histogram for the distribution r vs E
     //
-    //   we set the energy range from 10 Gev to 20000 GeV (in log 5 orders
-    //   of magnitude) and for each order we take 10 subdivision --> 50 xbins
+    //   we set the energy range from 2 Gev to 20000 GeV (in log 4 orders
+    //   of magnitude) and for each order we take 25 subdivision --> 100 xbins
     //
     //   we set the radius range from 0 m to 500 m with 10 m bin --> 50 ybins
@@ -66,5 +66,5 @@
     MBinning binsx;
     MBinning binsy;
-    binsx.SetEdgesLog(50, 10, 20000);
+    binsx.SetEdgesLog(100, 2., 20000);
     binsy.SetEdges   (50,  0,   500);
 
