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

Legend:

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

    r1858 r1866  
    44#ifndef MARS_MParContainer
    55#include "MParContainer.h"
    6 #endif
    7 
    8 #ifndef MARS_MDataArray
    9 #include "MDataArray.h"
    10 #endif
    11 
    12 #ifndef ROOT_TRandom
    13 #include <TRandom.h>
    146#endif
    157
     
    2214#endif
    2315
    24 #ifndef ROOT_TMatrix
    25 #include <TMatrix.h>
    26 #endif
    27 
    28 #ifndef ROOT_TVector
    29 #include <TVector.h>
    30 #endif
     16class TMatrix;
     17class TVector;
     18class TRandom;
     19class MDataArray;
    3120
    3221class MRanTree : public MParContainer
Note: See TracChangeset for help on using the changeset viewer.