Changeset 7749 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 05/29/06 15:58:38 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MHSimulatedAnnealing.cc
r5832 r7749 33 33 #include "MHSimulatedAnnealing.h" 34 34 35 #include <TVector.h>36 #include <TMatrix.h>37 35 #include <TObjArray.h> 38 36 -
trunk/MagicSoft/Mars/mtools/MHSimulatedAnnealing.h
r4647 r7749 5 5 // MHSimulatedAnnealing 6 6 // 7 // Output container of MSimulatedAnnealing8 7 /////////////////////////////////////////////////////////////////////////////// 9 8 #ifndef MARS_MH … … 15 14 #endif 16 15 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 19 24 20 25 class MHSimulatedAnnealing : public MH
Note:
See TracChangeset
for help on using the changeset viewer.