Ignore:
Timestamp:
04/29/03 09:48:42 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgeom
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.cc

    r1965 r2037  
    3535#include "MGeomCam.h"
    3636
    37 #include <TClass.h>
     37#include <TClass.h>     // IsA()->New()
    3838
    3939#include "MLog.h"
  • trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc

    r1965 r2037  
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2002
     21!   Copyright: MAGIC Software Development, 2000-2003
    2222!
    2323!
     
    3333//
    3434////////////////////////////////////////////////////////////////////////////
    35 
    3635#include "MGeomCamCT1.h"
    3736
    38 
    3937#include <math.h>     // floor
    4038
    41 #include "TCanvas.h"
    42 
    43 #include "MLog.h"
    44 #include "MLogManip.h"
     39/*
     40 #include "MLog.h"
     41 #include "MLogManip.h"
     42 */
    4543
    4644#include "MGeomPix.h"
  • trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.cc

    r2033 r2037  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    19 !   Author(s): Harald Kornmayer 1/2001
     18!   Author(s): Oscar Blanch, 4/2003 <mailto:blanch@ifae.es>
    2019!
    21 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2003
    2221!
    2322!
     
    2827// MGeomCamECO1000
    2928//
    30 // This class stores the geometry information of the Magic camera.
     29// This class stores the geometry information of the ECO1000 camera.
    3130// All information are copied from tables, see source code.
    3231//
    3332////////////////////////////////////////////////////////////////////////////
    34 
    3533#include "MGeomCamECO1000.h"
    36 
    37 #include "TCanvas.h"
    3834
    3935#include "MLog.h"
     
    6662    //   fill the geometry class with the coordinates of the MAGIC camera
    6763    //
    68     *fLog << inf << " Creating Magic geometry " << endl ;
     64    *fLog << inf << " Creating ECO1000 geometry " << endl ;
    6965
    7066    //
     
    302298    //   fill the pixels list with this data
    303299    //
    304 
    305300    for (UInt_t i=0; i<GetNumPixels(); i++)
    306301        (*this)[i].Set(xtemp[i], ytemp[i], rtemp[i]) ;
  • trunk/MagicSoft/Mars/mgeom/MGeomCamECO1000.h

    r2033 r2037  
    1515    MGeomCamECO1000(const char *name=NULL);
    1616
    17     ClassDef(MGeomCamECO1000, 1)                // Geometry class for the Magic camera
     17    ClassDef(MGeomCamECO1000, 1) // Geometry class for the ECO1000 camera
    1818};
    1919
  • trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc

    r1965 r2037  
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2002
     21!   Copyright: MAGIC Software Development, 2000-2003
    2222!
    2323!
     
    3232//
    3333////////////////////////////////////////////////////////////////////////////
    34 
    3534#include "MGeomCamMagic.h"
    3635
    37 #include "TCanvas.h"
    38 
    39 #include "MLog.h"
    40 #include "MLogManip.h"
     36/*
     37 #include "MLog.h"
     38 #include "MLogManip.h"
     39 */
    4140
    4241#include "MGeomPix.h"
Note: See TracChangeset for help on using the changeset viewer.