Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8633)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8634)
@@ -24,15 +24,21 @@
    * mpedestal/MPedestalSubtract.[h,cc]:
      - fixed the buggy Memcpy function introduced with the last change
-       07/06/17 ;( This bug was effecting the old FADC data only, the
-       MUX data were (by chance) correctly copied
+       07/06/17 ;( Fortunately this bug was only effectingt the MC data.
+       The MUX and old FADC data got copied correctly because they are
+       stored in the hi-gain array only, so that the number of hi-gain
+       samples returned in Process is 30/80.
 
    * mpedestal/MExtractPedestal.cc:
      - some cosmetics
 
-  * mfilter/MFMagicCuts.cc:
+   * mfilter/MFMagicCuts.cc:
      - changed some comments
 
    * mjobs/MJCut.cc:
      - some cosmetics. Simplified the setting of the scale factor
+
+   * macros/train/traindisp.C, macros/train/trainenergy.C, 
+     macros/train/trainseparation.C:
+     - added some more helpfull comment
 
 
Index: /trunk/MagicSoft/Mars/macros/train/traindisp.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/train/traindisp.C	(revision 8633)
+++ /trunk/MagicSoft/Mars/macros/train/traindisp.C	(revision 8634)
@@ -3,4 +3,7 @@
     MDataSet set("mctesttrain.txt");
     set.SetNumAnalysis(1);            // Necessary
+
+    // alternatively use:
+    //MDataSet set("mcctesttrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
 
     MJTrainDisp opt;
Index: /trunk/MagicSoft/Mars/macros/train/trainenergy.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/train/trainenergy.C	(revision 8633)
+++ /trunk/MagicSoft/Mars/macros/train/trainenergy.C	(revision 8634)
@@ -41,4 +41,7 @@
     MDataSet set("mcdataset.txt");
     set.SetNumAnalysis(1);            // Necessary
+
+    // alternatively use:
+    //MDataSet set("mcctesttrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
 
     MJTrainEnergy opt;
Index: /trunk/MagicSoft/Mars/macros/train/trainseparation.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/train/trainseparation.C	(revision 8633)
+++ /trunk/MagicSoft/Mars/macros/train/trainseparation.C	(revision 8634)
@@ -1,8 +1,12 @@
 void trainseparation()
 {
-    MDataSet settrn;
-    MDataSet settst;
+    MDataSet settrn("mctrain.txt");
+    MDataSet settst("mctest.txt");
     settrn.SetNumAnalysis(1);
     settst.SetNumAnalysis(2);
+
+    // alternatively use:
+    //MDataSet settrn("mctrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
+    //MDataSet settst("mctest.txt" , "/magic/montacrlo/sequences", "/magic/montecarlo/star");
 
     MJTrainSeparation opt;
