Changeset 1965 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 04/19/03 18:39:05 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgeom
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r1747 r1965 33 33 // 34 34 /////////////////////////////////////////////////////////////////////// 35 #include "MGeomCam.h" 35 36 36 #include "MGeomCam.h"37 #include <TClass.h> 37 38 38 39 #include "MLog.h" … … 138 139 } 139 140 141 TObject *MGeomCam::Clone(const char *newname) const 142 { 143 return (TObject*)IsA()->New(); 144 } -
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r1747 r1965 28 28 public: 29 29 MGeomCam(UInt_t npix, Float_t dist, const char *name=NULL, const char *title=NULL); 30 virtual ~MGeomCam(); 30 31 31 virtual ~MGeomCam();32 virtual TObject *Clone(const char *newname=NULL) const; 32 33 33 34 Float_t GetCameraDist() const { return fCamDist; } -
trunk/MagicSoft/Mars/mgeom/MGeomCamCT1.cc
r1600 r1965 214 214 // fill the geometry class with the coordinates of the CT1 camera 215 215 // 216 *fLog << inf << " Create CT1 geometry " << endl;216 //*fLog << inf << " Create CT1 geometry " << endl; 217 217 218 218 // -
trunk/MagicSoft/Mars/mgeom/MGeomCamMagic.cc
r1458 r1965 66 66 // fill the geometry class with the coordinates of the MAGIC camera 67 67 // 68 *fLog << inf << " Creating Magic geometry " << endl ;68 //*fLog << inf << " Creating Magic geometry " << endl ; 69 69 70 70 //
Note:
See TracChangeset
for help on using the changeset viewer.