Ignore:
Timestamp:
05/29/06 15:58:38 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/MHSimulatedAnnealing.cc

    r5832 r7749  
    3333#include "MHSimulatedAnnealing.h"
    3434
    35 #include <TVector.h>
    36 #include <TMatrix.h>
    3735#include <TObjArray.h>
    3836
  • trunk/MagicSoft/Mars/mtools/MHSimulatedAnnealing.h

    r4647 r7749  
    55//  MHSimulatedAnnealing
    66//
    7 //  Output container of MSimulatedAnnealing
    87///////////////////////////////////////////////////////////////////////////////
    98#ifndef MARS_MH
     
    1514#endif
    1615
    17 class TMatrix;
    18 class TVector;
     16#ifndef ROOT_TMatrix
     17#include <TMatrix.h>
     18#endif
     19
     20#ifndef ROOT_TVector
     21#include <TVector.h>
     22#endif
     23
    1924
    2025class MHSimulatedAnnealing : public MH
Note: See TracChangeset for help on using the changeset viewer.