Index: trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 7418)
+++ trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 7419)
@@ -121,4 +121,5 @@
 Bool_t MHRanForestGini::Finalize()
 {
+    // --- Calculate mean decrease of gini index ---
     const Int_t n = fGini.GetSize();
 
@@ -131,5 +132,9 @@
     }
 
+    // --- Produce some text information ---
     fRules.AddText("");
+    fRules.AddText(Form("%d trees trained with %d events", fRanForest->GetNumTrees(),
+                        fRanForest->GetNumData()));
+    fRules.AddText("---");
     const MDataArray &arr = *fRanForest->GetRules();
     int i;
