Changeset 8910 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 06/02/08 10:10:28 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MagicDomino.cc
r8755 r8910 18 18 ! Author(s): Thomas Bretz 07/2002 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 63 63 #include <KeySymbols.h> 64 64 65 #include <TMath.h> 65 66 #include <TCanvas.h> 66 67 #include <TRandom.h> -
trunk/MagicSoft/Mars/mtools/MagicJam.cc
r7780 r8910 18 18 ! Author(s): Thomas Bretz, 9/2005 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2005 20 ! Copyright: MAGIC Software Development, 2005-2008 21 21 ! 22 22 ! … … 60 60 #include <KeySymbols.h> 61 61 62 #include <TMath.h> 63 #include <TRandom.h> 64 62 65 #include <TBox.h> 63 66 #include <TLine.h> 64 67 #include <TText.h> 68 65 69 #include <TStyle.h> 66 70 #include <TSystem.h> 67 #include <TRandom.h> 71 68 72 #include <TNtuple.h> 69 73 #include <TASImage.h>
Note:
See TracChangeset
for help on using the changeset viewer.