Ignore:
Timestamp:
06/02/08 09:52:26 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhbase
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MBinning.cc

    r8679 r8907  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MBinning.cc,v 1.18 2007-08-19 21:35:00 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MBinning.cc,v 1.19 2008-06-02 08:46:47 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    4646
    4747#include <TH1.h>        // InheritsFrom
     48#include <TMath.h>
    4849
    4950#include "MLog.h"
  • trunk/MagicSoft/Mars/mhbase/MH3.cc

    r8895 r8907  
    150150
    151151#include <TObjString.h>
     152#include <THashList.h>
    152153
    153154//#include <TPad.h>
  • trunk/MagicSoft/Mars/mhbase/MHArray.cc

    r2735 r8907  
    6464#include <TH2.h>
    6565#include <TH3.h>
     66#include <TClass.h>
    6667#include <TStyle.h>
    6768#include <TGaxis.h>
  • trunk/MagicSoft/Mars/mhbase/MHMatrix.cc

    r8075 r8907  
    4949#include <fstream>
    5050
     51#include <TMath.h>
     52
    5153#include <TList.h>
    5254#include <TArrayF.h>
Note: See TracChangeset for help on using the changeset viewer.