Changeset 9594 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 06/24/10 14:55:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r9398 r9594 55 55 public: 56 56 MGeomCam(UInt_t npix=0, Float_t dist=1, const char *name=NULL, const char *title=NULL); 57 MGeomCam(const MGeomCam &cam) { cam.Copy(*this); }57 MGeomCam(const MGeomCam &cam) : MParContainer(cam) { cam.Copy(*this); } 58 58 59 59 TObject *Clone(const char *name="") const;
Note:
See TracChangeset
for help on using the changeset viewer.