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

Legend:

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

    r2681 r2683  
    3232///////////////////////////////////////////////////////////////////////
    3333#include "MHSimulatedAnnealing.h"
     34
     35#include <TMatrix.h>
     36#include <TObjArray.h>
     37
     38#include <TStyle.h>
     39#include <TCanvas.h>
     40
    3441#include "MBinning.h"
    35 
    36 #include <TCanvas.h>
    37 #include <TPad.h>
    38 #include <TStyle.h>
    3942
    4043ClassImp(MHSimulatedAnnealing);
  • trunk/MagicSoft/Mars/mhist/MHSimulatedAnnealing.h

    r2681 r2683  
    1 #ifndef MARS_MHSimulatedannealing
    2 #define MARS_MHSimulatedannealing
     1#ifndef MARS_MHSimulatedAnnealing
     2#define MARS_MHSimulatedAnnealing
    33///////////////////////////////////////////////////////////////////////////////
    44//
     
    66//
    77//  Output container of MSimulatedAnnealing
    8 ////////////////////////////////////////////////////////////////////////////////////////////////////
     8///////////////////////////////////////////////////////////////////////////////
    99#ifndef MARS_MH
    1010#include "MH.h"
    1111#endif
    1212
    13 #ifndef ROOT_TMatrix
    14 #include "TMatrix.h"
    15 #endif
    16 
    17 #ifndef ROOT_TVector
    18 #include "TVector.h"
    19 #endif
    20 
    2113#ifndef ROOT_TH2
    22 #include "TH2.h"
    23 #endif
    24 
    25 #ifndef ROOT_TH1
    26 #include "TH1.h"
    27 #endif
    28 
    29 #ifndef ROOT_TObjarray
    30 #include "TObjArray.h"
     14#include <TH2.h>
    3115#endif
    3216
Note: See TracChangeset for help on using the changeset viewer.