Ignore:
Timestamp:
06/02/08 09:52:26 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mranforest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MHRanForest.cc

    r3325 r8907  
    3434#include "MHRanForest.h"
    3535
     36#include <TH1.h>
    3637#include <TPad.h>
     38#include <TMath.h>
    3739#include <TGraph.h>
    3840#include <TStyle.h>
  • trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc

    r8203 r8907  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.7 2006-11-02 08:57:00 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.8 2008-06-02 08:46:43 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    3636#include "MHRanForestGini.h"
    3737
     38#include <TH1.h>
    3839#include <TPad.h>
    3940#include <TGraph.h>
  • trunk/MagicSoft/Mars/mranforest/MRanForest.cc

    r8644 r8907  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.27 2007-07-24 13:35:39 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.28 2008-06-02 08:46:43 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    4545#include "MRanForest.h"
    4646
     47#include <TMath.h>
    4748#include <TRandom.h>
    4849
Note: See TracChangeset for help on using the changeset viewer.