Changeset 8907 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 06/02/08 09:52:26 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.cc
r8679 r8907 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MBinning.cc,v 1.1 8 2007-08-19 21:35:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MBinning.cc,v 1.19 2008-06-02 08:46:47 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 46 46 47 47 #include <TH1.h> // InheritsFrom 48 #include <TMath.h> 48 49 49 50 #include "MLog.h" -
trunk/MagicSoft/Mars/mhbase/MH3.cc
r8895 r8907 150 150 151 151 #include <TObjString.h> 152 #include <THashList.h> 152 153 153 154 //#include <TPad.h> -
trunk/MagicSoft/Mars/mhbase/MHArray.cc
r2735 r8907 64 64 #include <TH2.h> 65 65 #include <TH3.h> 66 #include <TClass.h> 66 67 #include <TStyle.h> 67 68 #include <TGaxis.h> -
trunk/MagicSoft/Mars/mhbase/MHMatrix.cc
r8075 r8907 49 49 #include <fstream> 50 50 51 #include <TMath.h> 52 51 53 #include <TList.h> 52 54 #include <TArrayF.h>
Note:
See TracChangeset
for help on using the changeset viewer.