Changeset 7749 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 05/29/06 15:58:38 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mranforest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanForest.cc
r7724 r7749 42 42 #include "MRanForest.h" 43 43 44 #include <TVector.h>45 44 #include <TRandom.h> 46 45 -
trunk/MagicSoft/Mars/mranforest/MRanForest.h
r7693 r7749 18 18 #endif 19 19 20 class TMatrix; 21 class TVector; 20 #ifndef ROOT_TMatrix 21 #include <TMatrix.h> 22 #endif 23 24 #ifndef ROOT_TVector 25 #include <TVector.h> 26 #endif 27 22 28 class TObjArray; 23 29
Note:
See TracChangeset
for help on using the changeset viewer.