Index: trunk/MagicSoft/Mars/manalysis/MRanTree.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MRanTree.cc	(revision 1865)
+++ trunk/MagicSoft/Mars/manalysis/MRanTree.cc	(revision 1866)
@@ -32,5 +32,13 @@
 /////////////////////////////////////////////////////////////////////////////
 #include "MRanTree.h"
-#include <iostream>
+
+#include <ostream.h>
+
+#include <TVector.h>
+#include <TMatrix.h>
+#include <TRandom.h>
+
+#include "MDataArray.h"
+
 ClassImp(MRanTree);
 
@@ -49,6 +57,4 @@
     // minimum nodesize of terminal nodes
     fNdSize=TMath::Max(1,n);//at least 1 event per node
-
-    return;
 }
 
@@ -61,6 +67,4 @@
     if(fData)
         fNumTry=TMath::Min(fData->GetNumEntries(),n);
-
-    return;
 }
 
@@ -128,6 +132,4 @@
     fTreeMap2.Set(fNumNodes);
     fBestSplit.Set(fNumNodes);
-
-    return;
 }
 
@@ -450,6 +452,4 @@
 {
     fData=rules;
-
-    return;
 }
 
Index: trunk/MagicSoft/Mars/manalysis/MRanTree.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MRanTree.h	(revision 1865)
+++ trunk/MagicSoft/Mars/manalysis/MRanTree.h	(revision 1866)
@@ -4,12 +4,4 @@
 #ifndef MARS_MParContainer
 #include "MParContainer.h"
-#endif
-
-#ifndef MARS_MDataArray
-#include "MDataArray.h"
-#endif
-
-#ifndef ROOT_TRandom
-#include <TRandom.h>
 #endif
 
@@ -22,11 +14,8 @@
 #endif
 
-#ifndef ROOT_TMatrix
-#include <TMatrix.h>
-#endif
-
-#ifndef ROOT_TVector
-#include <TVector.h>
-#endif
+class TMatrix;
+class TVector;
+class TRandom;
+class MDataArray;
 
 class MRanTree : public MParContainer
Index: trunk/MagicSoft/Mars/mhist/MHRanForest.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHRanForest.cc	(revision 1865)
+++ trunk/MagicSoft/Mars/mhist/MHRanForest.cc	(revision 1866)
@@ -214,6 +214,2 @@
     }    
 }
-void MHRanForest::Print(Option_t *) const
-{
-    return;
-}
Index: trunk/MagicSoft/Mars/mhist/MHRanForest.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHRanForest.h	(revision 1865)
+++ trunk/MagicSoft/Mars/mhist/MHRanForest.h	(revision 1866)
@@ -6,6 +6,6 @@
 #endif
 
-#ifndef TArrayF
-#include "TArrayF.h"
+#ifndef ROOT_TArrayF
+#include <TArrayF.h>
 #endif
 
@@ -19,10 +19,10 @@
 {
 private:
-    const MMcEvt *fMcEvt;
-    const MRanForest *fRanForest;
+    const MMcEvt *fMcEvt;           //!
+    const MRanForest *fRanForest;   //!
 
-    TArrayF fSigma;
-    Int_t fNumEvent;
-    TGraph *fGraphSigma;
+    TArrayF fSigma;                 //!
+    Int_t fNumEvent;                //!
+    TGraph *fGraphSigma;            //->
 
 public:
@@ -30,11 +30,9 @@
     ~MHRanForest();
 
-    TGraph *GetGrphSigma() const  { return fGraphSigma; }
+    TGraph *GetGraphSigma() const  { return fGraphSigma; }
 
     Bool_t SetupFill(const MParList *plist);
     Bool_t Fill(const MParContainer *par);
     Bool_t Finalize();
-
-    void Print(Option_t *option="") const;
 
     void Draw(Option_t *opt="");
Index: trunk/MagicSoft/Mars/mhist/MHRanForestGini.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHRanForestGini.cc	(revision 1865)
+++ trunk/MagicSoft/Mars/mhist/MHRanForestGini.cc	(revision 1866)
@@ -202,6 +202,2 @@
     }
 }
-void MHRanForestGini::Print(Option_t *) const
-{
-    return;
-}
Index: trunk/MagicSoft/Mars/mhist/MHRanForestGini.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHRanForestGini.h	(revision 1865)
+++ trunk/MagicSoft/Mars/mhist/MHRanForestGini.h	(revision 1866)
@@ -6,6 +6,6 @@
 #endif
 
-#ifndef TArrayF
-#include "TArrayF.h"
+#ifndef ROOT_TArrayF
+#include <TArrayF.h>
 #endif
 
@@ -19,9 +19,9 @@
 {
 private:
-    const MMcEvt *fMcEvt;
-    const MRanForest *fRanForest;
+    const MMcEvt *fMcEvt;          //!
+    const MRanForest *fRanForest;  //!
 
-    TArrayF fGini;
-    TGraph *fGraphGini;
+    TArrayF fGini;                 //!
+    TGraph *fGraphGini;            //->
 
 public:
@@ -29,11 +29,9 @@
     ~MHRanForestGini();
 
-    TGraph *GetGrphGini() const  { return fGraphGini; }
+    TGraph *GetGraphGini() const  { return fGraphGini; }
 
     Bool_t SetupFill(const MParList *plist);
     Bool_t Fill(const MParContainer *par);
     Bool_t Finalize();
-
-    void Print(Option_t *option="") const;
 
     void Draw(Option_t *opt="");
