Changeset 8907 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 06/02/08 09:52:26 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mranforest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MHRanForest.cc
r3325 r8907 34 34 #include "MHRanForest.h" 35 35 36 #include <TH1.h> 36 37 #include <TPad.h> 38 #include <TMath.h> 37 39 #include <TGraph.h> 38 40 #include <TStyle.h> -
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
r8203 r8907 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1. 7 2006-11-02 08:57:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.8 2008-06-02 08:46:43 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 36 36 #include "MHRanForestGini.h" 37 37 38 #include <TH1.h> 38 39 #include <TPad.h> 39 40 #include <TGraph.h> -
trunk/MagicSoft/Mars/mranforest/MRanForest.cc
r8644 r8907 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.2 7 2007-07-24 13:35:39tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.28 2008-06-02 08:46:43 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 45 45 #include "MRanForest.h" 46 46 47 #include <TMath.h> 47 48 #include <TRandom.h> 48 49
Note:
See TracChangeset
for help on using the changeset viewer.