Changeset 8910 for trunk


Ignore:
Timestamp:
06/02/08 10:10:28 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MParameterCalc.cc

    r8709 r8910  
    4141#include "MParameterCalc.h"
    4242
     43#include <TMath.h>
     44
    4345#include "MParList.h"
    4446
  • trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc

    r8429 r8910  
    1818!   Author(s): Markus Gaug  08/2004 <mailto:markus@ifae.es>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2004
     20!   Copyright: MAGIC Software Development, 2000-2008
    2121!
    2222!
     
    4848#include "MCalibrationTestCalc.h"
    4949
     50#include <TMath.h>
    5051#include <TSystem.h>
     52
    5153#include <TH1.h>
    5254#include <TF1.h>
  • trunk/MagicSoft/Mars/mdata/MDataArray.cc

    r8074 r8910  
    1818!   Author(s): Thomas Bretz  08/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2005
     20!   Copyright: MAGIC Software Development, 2000-2008
    2121!
    2222!
     
    3434
    3535#include <fstream>
     36
     37#include <TMath.h>
    3638
    3739#include "MLog.h"
  • trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.cc

    r8757 r8910  
    1919!   Author(s): Michael Backes 03/2007 <mailto:michael.backes@udo.edu>
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2007
     21!   Copyright: MAGIC Software Development, 2000-2008
    2222!
    2323!
     
    4444
    4545#include <iostream>
     46
     47#include <TMath.h>
    4648#include <TArrayI.h>
    4749
  • trunk/MagicSoft/Mars/mhbase/MH3.cc

    r8907 r8910  
    149149#include <fstream>
    150150
     151#include <TMath.h>
     152
     153#include <THashList.h>
    151154#include <TObjString.h>
    152 #include <THashList.h>
    153155
    154156//#include <TPad.h>
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r8452 r8910  
    1919!   Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de>
    2020!             
    21 !   Copyright: MAGIC Software Development, 2000-2007
     21!   Copyright: MAGIC Software Development, 2000-2008
    2222!
    2323!
     
    9090#include "MHCalibrationPix.h"
    9191
     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
    92106#include "MLog.h"
    93107#include "MLogManip.h"
     
    107121#include "MBadPixelsCam.h"
    108122#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>
    121123
    122124ClassImp(MHCalibrationRelTimeCam);
  • trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.cc

    r5691 r8910  
    1919!   Author(s): Thomas Bretz, 12/2004  <mailto:tbretz@astro.uni-wuerzburg.de>
    2020!
    21 !   Copyright: MAGIC Software Development, 2004-2005
     21!   Copyright: MAGIC Software Development, 2004-2008
    2222!
    2323!
     
    3535////////////////////////////////////////////////////////////////////////////
    3636#include "MGeomCamMagicXT.h"
     37
     38#include <TMath.h>
    3739
    3840#include "MGeomPix.h"
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc

    r8706 r8910  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.30 2007-08-24 12:58:49 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.31 2008-06-02 09:10:27 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    2121!   Author(s): Thomas Bretz 8/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
    2222!
    23 !   Copyright: MAGIC Software Development, 2000-2006
     23!   Copyright: MAGIC Software Development, 2000-2008
    2424!
    2525!
     
    3333////////////////////////////////////////////////////////////////////////////
    3434#include "MRanForestCalc.h"
     35
     36#include <TMath.h>
    3537
    3638#include <TF1.h>
  • trunk/MagicSoft/Mars/mtools/MagicDomino.cc

    r8755 r8910  
    1818!   Author(s): Thomas Bretz 07/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2008
    2121!
    2222!
     
    6363#include <KeySymbols.h>
    6464
     65#include <TMath.h>
    6566#include <TCanvas.h>
    6667#include <TRandom.h>
  • trunk/MagicSoft/Mars/mtools/MagicJam.cc

    r7780 r8910  
    1818!   Author(s): Thomas Bretz, 9/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2005
     20!   Copyright: MAGIC Software Development, 2005-2008
    2121!
    2222!
     
    6060#include <KeySymbols.h>
    6161
     62#include <TMath.h>
     63#include <TRandom.h>
     64
    6265#include <TBox.h>
    6366#include <TLine.h>
    6467#include <TText.h>
     68
    6569#include <TStyle.h>
    6670#include <TSystem.h>
    67 #include <TRandom.h>
     71
    6872#include <TNtuple.h>
    6973#include <TASImage.h>
Note: See TracChangeset for help on using the changeset viewer.