- Timestamp:
- 06/02/08 10:10:28 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MParameterCalc.cc
r8709 r8910 41 41 #include "MParameterCalc.h" 42 42 43 #include <TMath.h> 44 43 45 #include "MParList.h" 44 46 -
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
r8429 r8910 18 18 ! Author(s): Markus Gaug 08/2004 <mailto:markus@ifae.es> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 420 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 48 48 #include "MCalibrationTestCalc.h" 49 49 50 #include <TMath.h> 50 51 #include <TSystem.h> 52 51 53 #include <TH1.h> 52 54 #include <TF1.h> -
trunk/MagicSoft/Mars/mdata/MDataArray.cc
r8074 r8910 18 18 ! Author(s): Thomas Bretz 08/2002 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 520 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 34 34 35 35 #include <fstream> 36 37 #include <TMath.h> 36 38 37 39 #include "MLog.h" -
trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.cc
r8757 r8910 19 19 ! Author(s): Michael Backes 03/2007 <mailto:michael.backes@udo.edu> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 721 ! Copyright: MAGIC Software Development, 2000-2008 22 22 ! 23 23 ! … … 44 44 45 45 #include <iostream> 46 47 #include <TMath.h> 46 48 #include <TArrayI.h> 47 49 -
trunk/MagicSoft/Mars/mhbase/MH3.cc
r8907 r8910 149 149 #include <fstream> 150 150 151 #include <TMath.h> 152 153 #include <THashList.h> 151 154 #include <TObjString.h> 152 #include <THashList.h>153 155 154 156 //#include <TPad.h> -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r8452 r8910 19 19 ! Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 721 ! Copyright: MAGIC Software Development, 2000-2008 22 22 ! 23 23 ! … … 90 90 #include "MHCalibrationPix.h" 91 91 92 #include <TEnv.h> 93 #include <TMath.h> 94 95 #include <TOrdCollection.h> 96 97 #include <TStyle.h> 98 #include <TLine.h> 99 #include <TLatex.h> 100 #include <TLegend.h> 101 #include <TCanvas.h> 102 103 #include <TF1.h> 104 #include <TGraph.h> 105 92 106 #include "MLog.h" 93 107 #include "MLogManip.h" … … 107 121 #include "MBadPixelsCam.h" 108 122 #include "MBadPixelsPix.h" 109 110 #include <TOrdCollection.h>111 #include <TPad.h>112 #include <TVirtualPad.h>113 #include <TCanvas.h>114 #include <TStyle.h>115 #include <TF1.h>116 #include <TLine.h>117 #include <TLatex.h>118 #include <TLegend.h>119 #include <TGraph.h>120 #include <TEnv.h>121 123 122 124 ClassImp(MHCalibrationRelTimeCam); -
trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.cc
r5691 r8910 19 19 ! Author(s): Thomas Bretz, 12/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2004-200 521 ! Copyright: MAGIC Software Development, 2004-2008 22 22 ! 23 23 ! … … 35 35 //////////////////////////////////////////////////////////////////////////// 36 36 #include "MGeomCamMagicXT.h" 37 38 #include <TMath.h> 37 39 38 40 #include "MGeomPix.h" -
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r8706 r8910 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.3 0 2007-08-24 12:58:49tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.31 2008-06-02 09:10:27 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 21 21 ! Author(s): Thomas Bretz 8/2005 <mailto:tbretz@astro.uni-wuerzburg.de> 22 22 ! 23 ! Copyright: MAGIC Software Development, 2000-200 623 ! Copyright: MAGIC Software Development, 2000-2008 24 24 ! 25 25 ! … … 33 33 //////////////////////////////////////////////////////////////////////////// 34 34 #include "MRanForestCalc.h" 35 36 #include <TMath.h> 35 37 36 38 #include <TF1.h> -
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.