Ignore:
Timestamp:
04/19/03 18:39:05 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgeom
Files:
4 edited

Legend:

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

    r1747 r1965  
    3333//
    3434///////////////////////////////////////////////////////////////////////
     35#include "MGeomCam.h"
    3536
    36 #include "MGeomCam.h"
     37#include <TClass.h>
    3738
    3839#include "MLog.h"
     
    138139}
    139140
     141TObject *MGeomCam::Clone(const char *newname) const
     142{
     143    return (TObject*)IsA()->New();
     144}
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r1747 r1965  
    2828public:
    2929    MGeomCam(UInt_t npix, Float_t dist, const char *name=NULL, const char *title=NULL);
     30    virtual ~MGeomCam();
    3031
    31     virtual ~MGeomCam();
     32    virtual TObject *Clone(const char *newname=NULL) const;
    3233
    3334    Float_t GetCameraDist() const      { return fCamDist; }
  • trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc

    r1600 r1965  
    214214    // fill the geometry class with the coordinates of the CT1 camera
    215215    //
    216     *fLog << inf << " Create CT1 geometry " << endl;
     216    //*fLog << inf << " Create CT1 geometry " << endl;
    217217
    218218    //
  • trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc

    r1458 r1965  
    6666    //   fill the geometry class with the coordinates of the MAGIC camera
    6767    //
    68     *fLog << inf << " Creating Magic geometry " << endl ;
     68    //*fLog << inf << " Creating Magic geometry " << endl ;
    6969
    7070    //
Note: See TracChangeset for help on using the changeset viewer.