Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2573)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2574)
@@ -4,4 +4,41 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+
+
+  2003/11/27: Wolfgang Wittek
+
+  * mfilter/MFEventSelector2.cc
+    - if number of requested events is too high 
+      reduce it to the maximum number possible
+    - introduce the flag 'fUseOrigDistribution';
+      if it is set to kTRUE (by SetOrigDistribution()) the original
+      distribution will be used as the nominal distribution
+    - add the member functions SetUseOrigDistribution()
+                               GetHistOrig()
+
+  * mfilter/MFRandomSplit.[h,cc]
+    - a filter which gives fResult = kTRUE with a certain probability
+
+  * mfilter/MFAntiFilter.[h,cc]
+    - a filter which checks the result of a given filter and returns 
+      the opposite result;
+      Thomas : could you please add a code which puts the filter whose 
+               result is checked into the task list ?
+
+  * mfilter/Makefile
+            FilterLinkDef.h
+    - add MFRandomSplit and MFAntiFilter
+
+  * manalysis/MCT1FindSupercuts.[h,cc]
+    - in 'DefineTrainMatrix', 'DefineTestMatrix', and 
+      'DefineTrainTestMatrix()' :
+      replace call to 'MFEventSelector' by call to 'MFEventSelector2'
+    - add member function SetUseOrigDistribution(Bool_t b);
+      if b = kTRUE the events for the training and test samples are
+      selected randomnly from the input file
+
+
+
  2003/11/27: Abelardo Moralejo
 
@@ -11,4 +48,5 @@
        where the parameter containers for each telescope are tagged 
        with a ';' followed by the telescope number. 
+
 
  2003/11/26: Thomas Bretz
