Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7644)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7645)
@@ -34,4 +34,8 @@
      - fixed a really old problem that the contents of the list never
        got ReInit. Hopefully this never had bad sideeffects.
+
+   * macros/train/trainenergy.C:
+     - added another comment how to change the spectral slope of the
+       monte carlo spectrum
 
 
Index: trunk/MagicSoft/Mars/macros/train/trainenergy.C
===================================================================
--- trunk/MagicSoft/Mars/macros/train/trainenergy.C	(revision 7644)
+++ trunk/MagicSoft/Mars/macros/train/trainenergy.C	(revision 7645)
@@ -1,5 +1,5 @@
 void trainenergy()
 {
-    MDataSet set("mctesttrain.txt");
+    MDataSet set("/home/dorner/155vn/spec-ds0604/mcdataset.txt");
     set.SetNumAnalysis(1);            // Necessary
 
@@ -45,6 +45,7 @@
 
      -------------------- Energy Slope --------------------
-     MFEnergySlope slope(-2.8);
-     opt.AddPreCut(&slope);
+     MFEnergySlope slope(-2.8); // New slope for mc spectrum
+     slope.SetMcMinEnergy(80);  // Set break energy from -2.6 to -2.8
+     opt.AddPreCut(&slope);     // throw away events to change slope
 
      -------------------- Other cuts ----------------------
