Ignore:
Timestamp:
03/24/03 14:26:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MRanForest.h

    r1859 r1864  
    1818#endif
    1919
    20 #ifndef ROOT_TObjArray
    21 #include <TObjArray.h>
    22 #endif
    23 
    2420#ifndef ROOT_TRandom
    2521#include <TRandom.h>
    2622#endif
    2723
    28 #ifndef ROOT_TMatrix
    29 #include <TMatrix.h>
    30 #endif
    31 
    32 #ifndef MARS_MHMatrix
    33 #include "MHMatrix.h"
    34 #endif
    35 
    36 #ifndef MARS_MRanTree
    37 #include "MRanTree.h"
    38 #endif
     24class MHMatrix;
     25class MRanTree;
     26class TVector;
    3927
    4028class MRanForest : public MParContainer
Note: See TracChangeset for help on using the changeset viewer.