Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9226)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9227)
@@ -18,4 +18,29 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2009/01/17 Thomas Bretz
+
+  * mbase/MMath.[h,cc]:
+     - added a new function RndmExp which should be a tiny bit faster than
+       root's own implementation because it ises Rndm() instead of Uniform()
+
+   * mextralgo/ExtralgoIncl.h:
+     - added MArrayF
+
+   * mextralgo/MExtralgoSpline.[h,cc]:
+     - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
+     - added a new member function to return the integral function of the
+       spline. This is useful to init a new spline and use it for 
+       producing the proper random distribution.
+
+   * mpedestal/MPedestalSubtractedEvt.[h,cc]:
+     - added Print() function
+
+   * mraw/MRawEvtData.[h,cc]:
+     - added a member function to Reset the arrays
+     - added member function to set the pixel indices
+     - Improved the new Set function
+
+
 
  2009/01/16 Daniel Hoehne-Moench
Index: trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 9226)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 9227)
@@ -487,4 +487,9 @@
 }
 
+// --------------------------------------------------------------------------
+//
+// Set indices according to the given array. The array must have the same
+// size as fHiGainPixId
+//
 void MRawEvtData::SetIndices(const MArrayS &idx)
 {
@@ -495,4 +500,9 @@
 }
 
+// --------------------------------------------------------------------------
+//
+// Set indices according to the length of the array fHiGainPixId
+// from 0 to n-1
+//
 void MRawEvtData::SetIndices()
 {
