Ignore:
Timestamp:
12/16/03 18:21:55 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MSimulatedAnnealing.cc

    r2681 r2683  
    119119#include "MSimulatedAnnealing.h"
    120120
    121 #include <TVirtualPad.h>
     121#include <TRandom.h>
    122122
    123123#include "MLog.h"
    124124#include "MLogManip.h"
     125
     126#include "MHSimulatedAnnealing.h"
    125127 
    126128const Float_t MSimulatedAnnealing::gsYtryStr = 10000000; 
  • trunk/MagicSoft/Mars/manalysis/MSimulatedAnnealing.h

    r2681 r2683  
    11#ifndef MARS_MSimulatedAnnealing
    22#define MARS_MSimulatedAnnealing
    3 
    4 #ifndef MARS_MAGIC
    5 #include "MAGIC.h"
    6 #endif
    7 
    8 #ifndef MARS_MHSimulatedAnnealing
    9 #include "MHSimulatedAnnealing.h"
    10 #endif
    11 
    12 #ifndef ROOT_TRandom
    13 #include "TRandom.h" 
    14 #endif
    15 
    16 #ifndef ROOT_TVector
    17 #include "TVector.h"
    18 #endif
    19 
    20 #ifndef ROOT_TMatrix
    21 #include "TMatrix.h"
    22 #endif
    233
    244#ifndef MARS_MParContainer
    255#include "MParContainer.h"
    266#endif
     7
     8#ifndef ROOT_TMatrix
     9#include <TMatrix.h>
     10#endif
     11
     12class MHSimulatedAnnealing;
     13class TRandom;
    2714
    2815class MSimulatedAnnealing : public MParContainer
Note: See TracChangeset for help on using the changeset viewer.